Home
last modified time | relevance | path

Searched refs:gSubTypes (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp109 static const char * const gSubTypes[] = { variable
1120 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1148 if (destCapacity < UPRV_LENGTHOF(gSubTypes)) { in getAvailable()
1150 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1160 U_ASSERT(idx == UPRV_LENGTHOF(gSubTypes)); in getAvailable()
1161 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1212 int32_t st = binarySearch(gSubTypes, gOffsets[t], gOffsets[t + 1], subtype); in internalGetIndexForTypeAndSubtype()
1262 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
1272 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], isoCurrency); in initCurrency()