OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDecimalSeparator
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decimalformatpattern.h
92
UnicodeString
fDecimalSeparator
;
decimalformatpattern.cpp
96
fDecimalSeparator
((UChar)kPatternDecimalSeparator),
115
fDecimalSeparator
= symbols.getConstSymbol(
155
int32_t decimalSepLen =
fDecimalSeparator
.length();
255
} else if (pattern.compare(pos, decimalSepLen,
fDecimalSeparator
) == 0) {
332
!pattern.compare(pos, decimalSepLen,
fDecimalSeparator
) ||
Completed in 165 milliseconds