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

  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 608 int32_t prefRegionLength = 0;
609 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
610 if (prefRegionLength == 0) {
615 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]
  /external/icu4c/i18n/
ucal.cpp 668 int32_t prefRegionLength = 0;
669 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
670 if (prefRegionLength == 0) {
674 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]

Completed in 668 milliseconds