Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h194 static int32_t internalGetIndexForTypeAndSubtype(const char *type, const char *subtype);
/external/icu/icu4c/source/i18n/
Dmeasunit.cpp1207 int32_t MeasureUnit::internalGetIndexForTypeAndSubtype(const char *type, const char *subtype) { in internalGetIndexForTypeAndSubtype() function in MeasureUnit
Dmeasfmt.cpp284 unitIndex = MeasureUnit::internalGetIndexForTypeAndSubtype(type, key); in consumeSubtypeTable()