Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp338 ResourceTable subtypeTable = value.getTable(errorCode); in consumeUnitTypesTable() local
340 for (int i = 0; subtypeTable.getKeyAndValue(i, key, value); ++i) { in consumeUnitTypesTable()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java852 UResource.Table subtypeTable = value.getTable(); in consumeUnitTypesTable() local
853 for (int i = 0; subtypeTable.getKeyAndValue(i, key, value); i++) { in consumeUnitTypesTable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java880 UResource.Table subtypeTable = value.getTable(); in consumeUnitTypesTable() local
881 for (int i = 0; subtypeTable.getKeyAndValue(i, key, value); i++) { in consumeUnitTypesTable()