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

  /external/icu4c/i18n/
ucal.cpp 653 int32_t prefRegionLength = 0;
654 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
655 if (prefRegionLength == 0) {
659 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]

Completed in 86 milliseconds