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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 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);
    [all...]

Completed in 32 milliseconds