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

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 467 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) {
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);
529 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode);
534 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode);
539 umtx_initOnce(nfkc_cfInitOnce, &initSingletons, "nfkc_cf", errorCode);
544 umtx_initOnce(noopInitOnce, &initSingletons, "noop", errorCode);
571 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode)
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 467 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) {
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);
529 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode);
534 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode);
539 umtx_initOnce(nfkc_cfInitOnce, &initSingletons, "nfkc_cf", errorCode);
544 umtx_initOnce(noopInitOnce, &initSingletons, "noop", errorCode);
571 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode)
    [all...]

Completed in 42 milliseconds