Searched refs:gNfdNormalizer (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 43 static const Normalizer2 *gNfdNormalizer = NULL; variable 54 gNfdNormalizer = NULL; in uspoof_cleanup() 154 gNfdNormalizer = Normalizer2::getNFDInstance(status); in initializeStatics() 607 gNfdNormalizer->normalize(id, nfdText, *status); in checkImpl() 714 gNfdNormalizer->normalize(id, nfdId, *status); in uspoof_getSkeletonUnicodeString() 727 gNfdNormalizer->normalize(skelStr, dest, *status); in uspoof_getSkeletonUnicodeString()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 44 static const Normalizer2 *gNfdNormalizer = nullptr; variable 55 gNfdNormalizer = nullptr; in uspoof_cleanup() 155 gNfdNormalizer = Normalizer2::getNFDInstance(status); in initializeStatics() 692 gNfdNormalizer->normalize(id, nfdText, *status); in checkImpl() 853 gNfdNormalizer->normalize(id, nfdId, *status); in uspoof_getSkeletonUnicodeString() 868 gNfdNormalizer->normalize(skelStr, dest, *status); in uspoof_getSkeletonUnicodeString()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 43 static const Normalizer2 *gNfdNormalizer = NULL; variable 54 gNfdNormalizer = NULL; in uspoof_cleanup() 150 gNfdNormalizer = Normalizer2::getNFDInstance(status); in initializeStatics() 603 gNfdNormalizer->normalize(id, nfdText, *status); in checkImpl() 710 gNfdNormalizer->normalize(id, nfdId, *status); in uspoof_getSkeletonUnicodeString() 723 gNfdNormalizer->normalize(skelStr, dest, *status); in uspoof_getSkeletonUnicodeString()
|
Completed in 6 milliseconds