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
1028 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1056 if (destCapacity < UPRV_LENGTHOF(gSubTypes)) { in getAvailable()
1058 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1068 U_ASSERT(idx == UPRV_LENGTHOF(gSubTypes)); in getAvailable()
1069 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
1158 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
1168 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], isoCurrency); in initCurrency()