Searched defs:localizations (Results 1 – 7 of 7) sorted by relevance
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RuleBasedNumberFormat.java | 728 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() 793 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { in RuleBasedNumberFormat() 841 String[][] localizations = null; in RuleBasedNumberFormat() local 864 init(description.toString(), localizations); in RuleBasedNumberFormat() local 1701 private void init(String description, String[][] localizations) { in init() 1840 private void initLocalizations(String[][] localizations) { in initLocalizations()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RuleBasedNumberFormat.java | 723 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() 785 public RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale) { in RuleBasedNumberFormat() 831 String[][] localizations = null; in RuleBasedNumberFormat() local 854 init(description.toString(), localizations); in RuleBasedNumberFormat() local 1662 private void init(String description, String[][] localizations) { in init() 1801 private void initLocalizations(String[][] localizations) { in initLocalizations()
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| D | rbnf.h | 1112 LocalizationInfo* localizations; variable
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | rbnf.h | 1089 LocalizationInfo* localizations; variable
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | rbnf.h | 1110 LocalizationInfo* localizations; variable
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | RbnfTest.java | 1055 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | RbnfTest.java | 1111 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local
|