OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherPattern
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
plurfmts.cpp
52
UnicodeString
otherPattern
= UnicodeString("other{#}");
73
plFmt[4] = new PluralFormat(
otherPattern
, status[4]);
74
plFmt[5] = new PluralFormat(*plRules,
otherPattern
, status[5]);
75
plFmt[6] = new PluralFormat(locale,
otherPattern
, status[6]);
76
plFmt[7] = new PluralFormat(locale, *plRules,
otherPattern
, status[7]);
/external/zxing/core/
core.jar
Completed in 47 milliseconds