Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpatternimpl.h21 #define kPatternPercent ((UChar)0x0025) /*'%'*/ macro
Ddecimalformatpattern.cpp95 fPercent((UChar)kPatternPercent), in DecimalFormatPatternParser()
399 affix->append(kPatternPercent); // Use unlocalized pattern char in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp210 #define kPatternPercent ((UChar)0x0025) /*'%'*/ macro
2183 case kPatternPercent: in compareComplexAffix()