Home
last modified time | relevance | path

Searched refs:kPatternPercent (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpatternimpl.h23 #define kPatternPercent ((UChar)0x0025) /*'%'*/ macro
Ddecimalformatpattern.cpp97 fPercent((UChar)kPatternPercent), in DecimalFormatPatternParser()
401 affix->append(kPatternPercent); // Use unlocalized pattern char in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp212 #define kPatternPercent ((UChar)0x0025) /*'%'*/ macro
2197 case kPatternPercent: in compareComplexAffix()