Home | History | Annotate | Download | only in i18n

Lines Matching refs:g_nfcImpl

40 static const Normalizer2Impl *g_nfcImpl = NULL;
105 g_nfcImpl = NULL;
119 if (g_nfcImpl == NULL) {
120 g_nfcImpl = Normalizer2Factory::getNFCImpl(*status);
140 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength);