Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp126 static const char * const gSubTypes[] = { variable
2203 return fImpl ? fImpl->identifier.data() : gSubTypes[getOffset()]; in getIdentifier()
2224 if (destCapacity < UPRV_LENGTHOF(gSubTypes)) { in getAvailable()
2226 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
2236 U_ASSERT(idx == UPRV_LENGTHOF(gSubTypes)); in getAvailable()
2237 return UPRV_LENGTHOF(gSubTypes); in getAvailable()
2287 int32_t st = binarySearch(gSubTypes, gOffsets[t], gOffsets[t + 1], subType); in findBySubType()
2311 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
2321 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], isoCurrency); in initCurrency()
2330 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], kDefaultCurrency8); in initCurrency()