HomeSort by relevance Sort by last modified time
    Searched refs:pluralsTable (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
LongNameHandler.java 43 UResource.Table pluralsTable = value.getTable();
44 for (int i = 0; pluralsTable.getKeyAndValue(i, key, value); ++i) {
  /external/icu/icu4c/source/i18n/
number_longnames.cpp 37 ResourceTable pluralsTable = value.getTable(status);
39 for (int i = 0; pluralsTable.getKeyAndValue(i, key, value); ++i) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
LongNameHandler.java 39 UResource.Table pluralsTable = value.getTable();
40 for (int i = 0; pluralsTable.getKeyAndValue(i, key, value); ++i) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java 521 UResource.Table pluralsTable = value.getTable();
522 for (int j=0; pluralsTable.getKeyAndValue(j, key, value); j++) {
535 UResource.Table pluralsTable = value.getTable();
536 for (int j=0; pluralsTable.getKeyAndValue(j, key, value); j++) {
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 517 UResource.Table pluralsTable = value.getTable();
518 for (int j=0; pluralsTable.getKeyAndValue(j, key, value); j++) {
531 UResource.Table pluralsTable = value.getTable();
532 for (int j=0; pluralsTable.getKeyAndValue(j, key, value); j++) {

Completed in 292 milliseconds