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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 456 static Norm2AllModes *nfkcSingleton;
471 nfkcSingleton = Norm2AllModes::createInstance(NULL, "nfkc", errorCode);
491 delete nfkcSingleton;
492 nfkcSingleton = NULL;
530 return nfkcSingleton!=NULL ? &nfkcSingleton->comp : NULL;
535 return nfkcSingleton!=NULL ? &nfkcSingleton->decomp : NULL;
578 return nfkcSingleton!=NULL ? &nfkcSingleton->impl : NULL
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 456 static Norm2AllModes *nfkcSingleton;
471 nfkcSingleton = Norm2AllModes::createInstance(NULL, "nfkc", errorCode);
491 delete nfkcSingleton;
492 nfkcSingleton = NULL;
530 return nfkcSingleton!=NULL ? &nfkcSingleton->comp : NULL;
535 return nfkcSingleton!=NULL ? &nfkcSingleton->decomp : NULL;
578 return nfkcSingleton!=NULL ? &nfkcSingleton->impl : NULL
    [all...]

Completed in 150 milliseconds