OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ruleSetName
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
rbnf.h
[
all
...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java
116
textField.setText(spelloutFormatter.format(theNumber,
ruleSetName
));
234
textField.setText(spelloutFormatter.format(theNumber,
ruleSetName
));
348
ruleSetName
= ruleSetMenu.getSelectedItem();
392
textField.setText(spelloutFormatter.format(theNumber,
ruleSetName
));
425
ruleSetName
= ruleSetMenu.getSelectedItem();
428
ruleSetName
= ruleSetNames[0];
452
private String
ruleSetName
;
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java
[
all
...]
/external/icu/icu4c/source/i18n/
rbnf.cpp
1087
RuleBasedNumberFormat::getRuleSetDisplayName(const UnicodeString&
ruleSetName
, const Locale& localeParam) {
1089
UnicodeString rsn(
ruleSetName
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
itrbnf.cpp
257
UnicodeString
ruleSetName
;
267
ruleSetName
= formatter->getRuleSetName(i);
269
log(
ruleSetName
);
271
intFormatResult = formatter->format(intFormatNum,
ruleSetName
, intFormatResult, pos1, status);
272
doubleFormatResult = formatter->format(doubleFormatNum,
ruleSetName
, doubleFormatResult, pos2, status);
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 583 milliseconds