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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 455 static Norm2AllModes *nfcSingleton;
469 nfcSingleton = Norm2AllModes::createInstance(NULL, "nfc", errorCode);
489 delete nfcSingleton;
490 nfcSingleton = NULL;
510 return nfcSingleton!=NULL ? &nfcSingleton->comp : NULL;
515 return nfcSingleton!=NULL ? &nfcSingleton->decomp : NULL;
520 return nfcSingleton!=NULL ? &nfcSingleton->fcd : NULL
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 455 static Norm2AllModes *nfcSingleton;
469 nfcSingleton = Norm2AllModes::createInstance(NULL, "nfc", errorCode);
489 delete nfcSingleton;
490 nfcSingleton = NULL;
510 return nfcSingleton!=NULL ? &nfcSingleton->comp : NULL;
515 return nfcSingleton!=NULL ? &nfcSingleton->decomp : NULL;
520 return nfcSingleton!=NULL ? &nfcSingleton->fcd : NULL
    [all...]

Completed in 447 milliseconds