OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spelloutRules
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp
189
LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "
SpelloutRules
", NULL, &status));
197
const UChar *
spelloutRules
= desc.getTerminatedBuffer();
199
if(U_FAILURE(status) || ruleLen == 0 ||
spelloutRules
== NULL) {
203
RuleBasedNumberFormat ruleCtorResult(
spelloutRules
, Locale::getUS(), perror, status);
209
RuleBasedNumberFormat nf(
spelloutRules
, (UnicodeString)"", Locale::getUS(), perror, status);
[
all
...]
/external/icu4c/test/intltest/
itrbnf.cpp
190
LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "
SpelloutRules
", NULL, &status));
198
const UChar *
spelloutRules
= desc.getTerminatedBuffer();
200
if(U_FAILURE(status) || ruleLen == 0 ||
spelloutRules
== NULL) {
204
RuleBasedNumberFormat ruleCtorResult(
spelloutRules
, Locale::getUS(), perror, status);
210
RuleBasedNumberFormat nf(
spelloutRules
, (UnicodeString)"", Locale::getUS(), perror, status);
[
all
...]
Completed in 2624 milliseconds