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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 461 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER;
499 nfcInitOnce.reset();
509 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
514 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
519 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
524 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
571 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
632 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 461 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER;
499 nfcInitOnce.reset();
509 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
514 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
519 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
524 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
571 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
632 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode);
    [all...]

Completed in 42 milliseconds