Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp75 static const char * const gSubTypes[] = { variable
612 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
640 if (destCapacity < LENGTHOF(gSubTypes)) { in getAvailable()
642 return LENGTHOF(gSubTypes); in getAvailable()
652 U_ASSERT(idx == LENGTHOF(gSubTypes)); in getAvailable()
653 return LENGTHOF(gSubTypes); in getAvailable()
714 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
724 gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], isoCurrency); in initCurrency()