HomeSort by relevance Sort by last modified time
    Searched refs:g_nfcImpl (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
usearch.cpp 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);
    [all...]
ucol.cpp 62 static const Normalizer2Impl *g_nfcImpl = NULL;
77 g_nfcImpl = NULL;
103 if (g_nfcImpl != NULL) {
107 g_nfcImpl = Normalizer2Factory::getNFCImpl(*status);
    [all...]

Completed in 29 milliseconds