OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fZeroDigit
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decimalformatpattern.h
89
UChar32
fZeroDigit
;
decimalformatpattern.cpp
93
fZeroDigit
(kPatternZeroDigit),
109
fZeroDigit
= symbols.getConstSymbol(
152
UChar nineDigit = (UChar)(
fZeroDigit
+ 9);
220
} else if ((ch >=
fZeroDigit
&& ch <= nineDigit) ||
232
if (ch !=
fZeroDigit
&& roundingPos < 0) {
236
roundingInc.append((char)(ch -
fZeroDigit
+ '0'));
295
pattern.char32At(pos) ==
fZeroDigit
) {
297
pos += U16_LENGTH(
fZeroDigit
);
333
(ch >=
fZeroDigit
&& ch <= nineDigit) ||
Completed in 70 milliseconds