Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp345 affix->append(kQuote); // Encode currency in applyPatternWithoutExpandAffix()
364 } else if (ch == kQuote) { in applyPatternWithoutExpandAffix()
368 U_ASSERT(U16_LENGTH(kQuote) == 1); in applyPatternWithoutExpandAffix()
370 if (pos < pattern.length() && pattern[pos] == kQuote) { in applyPatternWithoutExpandAffix()
371 affix->append(kQuote); // Encode quote in applyPatternWithoutExpandAffix()
400 affix->append(kQuote); // Encode percent/perMill in applyPatternWithoutExpandAffix()
414 affix->append(kQuote); // Encode percent/perMill in applyPatternWithoutExpandAffix()
433 affix->append(kQuote); // Encode minus in applyPatternWithoutExpandAffix()
438 affix->append(kQuote); // Encode plus in applyPatternWithoutExpandAffix()
454 if (ch == kQuote) { in applyPatternWithoutExpandAffix()
[all …]
Ddecimalformatpatternimpl.h30 #define kQuote ((UChar)0x0027) /*'\''*/ macro
Ddecimfmt.cpp219 #define kQuote ((UChar)0x0027) /*'\''*/ macro
2140 if (c == kQuote) { in compareComplexAffix()