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

  /external/icu4c/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...]

Completed in 37 milliseconds