OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPluralCountOther
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
currpinf.cpp
53
static const UChar
gPluralCountOther
[] = {0x6F, 0x74, 0x68, 0x65, 0x72, 0};
162
if (pluralCount.compare(
gPluralCountOther
)) {
164
(UnicodeString*)fPluralCountToCurrencyUnitPattern->get(
gPluralCountOther
);
tmutfmt.cpp
62
static const char
gPluralCountOther
[] = "other";
685
if ( uprv_strcmp(searchPluralCount,
gPluralCountOther
) == 0 ) {
728
gPluralCountOther
, countToPatterns, err);
[
all
...]
Completed in 18 milliseconds