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