Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp304 ResourceTable patternsTable = value.getTable(errorCode); in put() local
305 for (int32_t j = 0; patternsTable.getKeyAndValue(j, key, value); ++j) { in put()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp305 ResourceTable patternsTable = value.getTable(errorCode); in put() local
306 for (int32_t j = 0; patternsTable.getKeyAndValue(j, key, value); ++j) { in put()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp303 ResourceTable patternsTable = value.getTable(errorCode); in put() local
304 for (int32_t j = 0; patternsTable.getKeyAndValue(j, key, value); ++j) { in put()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java598 UResource.Table patternsTable = value.getTable(); in consumeCurrencySpacingTable() local
599 for (int j = 0; patternsTable.getKeyAndValue(j, key, value); ++j) { in consumeCurrencySpacingTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUCurrencyDisplayInfoProvider.java602 UResource.Table patternsTable = value.getTable(); in consumeCurrencySpacingTable() local
603 for (int j = 0; patternsTable.getKeyAndValue(j, key, value); ++j) { in consumeCurrencySpacingTable()