Home | History | Annotate | Download | only in i18n

Lines Matching refs:g_nfcImpl

39 static const Normalizer2Impl *g_nfcImpl = NULL;
97 g_nfcImpl = NULL;
111 if (g_nfcImpl == NULL) {
112 g_nfcImpl = Normalizer2Factory::getNFCImpl(*status);
132 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength);