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

  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 567 int32_t prefRegionLength = 0;
568 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
569 if (prefRegionLength == 0) {
574 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]
  /external/icu4c/i18n/
ucal.cpp 598 int32_t prefRegionLength = 0;
599 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
600 if (prefRegionLength == 0) {
605 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]

Completed in 1076 milliseconds