OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rulesId
(Results
1 - 7
of
7
) sorted by null
/external/messageformat/java/com/ibm/icu/simple/
PluralRulesLoader.java
99
* Gets the
rulesId
from the locale,with locale fallback. If there is no
100
*
rulesId
, return null. The
rulesId
might be the empty string if the rule
106
String
rulesId
= idMap.get(lang);
107
return
rulesId
;
111
* Gets the rule from the
rulesId
. If there is no rule for this
rulesId
,
114
public PluralRules getRulesForRulesId(String
rulesId
) {
119
hasRules = rulesIdToRules.containsKey(
rulesId
);
121
rules = rulesIdToRules.get(
rulesId
); // can be nul
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
PluralRulesLoader.java
68
String
rulesId
= getRulesIdForLocale(locale, PluralType.CARDINAL);
69
if (
rulesId
== null ||
rulesId
.trim().length() == 0) {
74
rulesId
);
160
* Gets the
rulesId
from the locale,with locale fallback. If there is no
161
*
rulesId
, return null. The
rulesId
might be the empty string if the rule
167
String
rulesId
= null;
168
while (null == (
rulesId
= idMap.get(localeId))) {
175
return
rulesId
;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PluralRulesLoader.java
66
String
rulesId
= getRulesIdForLocale(locale, PluralType.CARDINAL);
67
if (
rulesId
== null ||
rulesId
.trim().length() == 0) {
72
rulesId
);
158
* Gets the
rulesId
from the locale,with locale fallback. If there is no
159
*
rulesId
, return null. The
rulesId
might be the empty string if the rule
165
String
rulesId
= null;
166
while (null == (
rulesId
= idMap.get(localeId))) {
173
return
rulesId
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 173 milliseconds