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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 457 static Norm2AllModes *nfkc_cfSingleton;
473 nfkc_cfSingleton = Norm2AllModes::createInstance(NULL, "nfkc_cf", errorCode);
493 delete nfkc_cfSingleton;
494 nfkc_cfSingleton = NULL;
540 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->comp : NULL;
584 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->impl : NULL;
639 allModes=nfkc_cfSingleton;
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 457 static Norm2AllModes *nfkc_cfSingleton;
473 nfkc_cfSingleton = Norm2AllModes::createInstance(NULL, "nfkc_cf", errorCode);
493 delete nfkc_cfSingleton;
494 nfkc_cfSingleton = NULL;
540 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->comp : NULL;
584 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->impl : NULL;
639 allModes=nfkc_cfSingleton;
    [all...]

Completed in 627 milliseconds