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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 383 class Norm2AllModesSingleton : public TriStateSingletonWrapper<Norm2AllModes> {
385 Norm2AllModesSingleton(TriStateSingleton &s, const char *n) :
431 Norm2AllModesSingleton(nfcSingleton, NULL).deleteInstance();
432 Norm2AllModesSingleton(nfkcSingleton, NULL).deleteInstance();
433 Norm2AllModesSingleton(nfkc_cfSingleton, NULL).deleteInstance();
443 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
448 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
453 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
463 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
469 Norm2AllModesSingleton(nfkcSingleton, "nfkc").getInstance(errorCode)
    [all...]
  /external/icu4c/common/
normalizer2.cpp 453 class Norm2AllModesSingleton : public TriStateSingletonWrapper<Norm2AllModes> {
455 Norm2AllModesSingleton(TriStateSingleton &s, const char *n) :
501 Norm2AllModesSingleton(nfcSingleton, NULL).deleteInstance();
502 Norm2AllModesSingleton(nfkcSingleton, NULL).deleteInstance();
503 Norm2AllModesSingleton(nfkc_cfSingleton, NULL).deleteInstance();
513 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
518 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
523 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
528 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
534 Norm2AllModesSingleton(nfkcSingleton, "nfkc").getInstance(errorCode)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 39 milliseconds