OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLong
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
affixpatternparser.h
46
const PluralAffix &getLong() const { return
fLong
; }
59
&& (
fLong
.equals(other.
fLong
))
111
PluralAffix
fLong
;
affixpatternparser.cpp
76
fLong
(DigitAffix(gDefaultSymbols, 3)),
93
fLong
.remove();
94
fLong
.append(gDefaultSymbols, 3);
108
fLong
.remove();
120
fLong
.setVariant(pCount.data(), UnicodeString(pluralName, len), status);
Completed in 409 milliseconds