Searched refs:spacingTypesTable (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | dcfmtsym.cpp | 291 ResourceTable spacingTypesTable = value.getTable(errorCode); in put() local 292 for (int32_t i = 0; spacingTypesTable.getKeyAndValue(i, key, value); ++i) { in put()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dcfmtsym.cpp | 292 ResourceTable spacingTypesTable = value.getTable(errorCode); in put() local 293 for (int32_t i = 0; spacingTypesTable.getKeyAndValue(i, key, value); ++i) { in put()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dcfmtsym.cpp | 290 ResourceTable spacingTypesTable = value.getTable(errorCode); in put() local 291 for (int32_t i = 0; spacingTypesTable.getKeyAndValue(i, key, value); ++i) { in put()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyDisplayInfoProvider.java | 585 UResource.Table spacingTypesTable = value.getTable(); in consumeCurrencySpacingTable() local 586 for (int i = 0; spacingTypesTable.getKeyAndValue(i, key, value); ++i) { in consumeCurrencySpacingTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCurrencyDisplayInfoProvider.java | 589 UResource.Table spacingTypesTable = value.getTable(); in consumeCurrencySpacingTable() local 590 for (int i = 0; spacingTypesTable.getKeyAndValue(i, key, value); ++i) { in consumeCurrencySpacingTable()
|