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

  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 48 static icu::UInitOnce gCountryInfoVectorsInitOnce = U_INITONCE_INITIALIZER;
83 gCountryInfoVectorsInitOnce.reset();
436 umtx_initOnce(gCountryInfoVectorsInitOnce, &countryInfoVectorsInit, status);
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 50 static icu::UInitOnce gCountryInfoVectorsInitOnce = U_INITONCE_INITIALIZER;
85 gCountryInfoVectorsInitOnce.reset();
434 umtx_initOnce(gCountryInfoVectorsInitOnce, &countryInfoVectorsInit, status);

Completed in 34 milliseconds