Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp104 static const char * const gSubTypes[] = { variable
1068 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1096 if (destCapacity < UPRV_LENGTHOF(gSubTypes)) { in getAvailable()
1098 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1108 U_ASSERT(idx == UPRV_LENGTHOF(gSubTypes)); in getAvailable()
1109 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1160 int32_t st = binarySearch(gSubTypes, gOffsets[t], gOffsets[t + 1], subtype); in internalGetIndexForTypeAndSubtype()
1210 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
1220 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], isoCurrency); in initCurrency()