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

  /external/icu4c/i18n/
ucal.cpp 644 int32_t prefRegionLength = 0;
645 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
646 if (prefRegionLength == 0) {
651 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
ucurr.cpp     [all...]

Completed in 40 milliseconds