OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plFmt
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
plurfmts.cpp
49
PluralFormat*
plFmt
[8];
68
plFmt
[0] = new PluralFormat(status[0]);
69
plFmt
[1] = new PluralFormat(*plRules, status[1]);
70
plFmt
[2] = new PluralFormat(locale, status[2]);
71
plFmt
[3] = new PluralFormat(locale, *plRules, status[3]);
72
plFmt
[4] = new PluralFormat(otherPattern, status[4]);
73
plFmt
[5] = new PluralFormat(*plRules, otherPattern, status[5]);
74
plFmt
[6] = new PluralFormat(locale, otherPattern, status[6]);
75
plFmt
[7] = new PluralFormat(locale, *plRules, otherPattern, status[7]);
79
numberFormatTest(
plFmt
[i], numFmt, 1, 12, NULL, NULL, FALSE, &message)
[
all
...]
plurfmts.h
32
void numberFormatTest(PluralFormat*
plFmt
,
Completed in 234 milliseconds