Searched refs:nearestMatchesForCodepointName (Results 1 – 4 of 4) sorted by relevance
86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
333 TEST(Unicode, nearestMatchesForCodepointName) { in TEST() argument345 auto v = nearestMatchesForCodepointName(name, 3); in TEST()
423 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() function
504 u::nearestMatchesForCodepointName(Name, 5); in DiagnoseInvalidUnicodeCharacterName()