Searched refs:kQuote (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ddecimfmt.cpp212 #define kQuote ((UChar)0x0027) /*'\''*/ macro
2471 if (c == kQuote) {
3234 * pattern are literal unless prefixed by kQuote. The following characters
3235 * after kQuote are recognized: PATTERN_PERCENT, PATTERN_PER_MILLE,
3236 * PATTERN_MINUS, and kCurrencySign. If kCurrencySign is doubled (kQuote +
3240 * Any other character after a kQuote represents itself.
3241 * kQuote must be followed by another character; kQuote may not occur by
3281 if (c == kQuote) {
3533 i = affixPattern->indexOf(kQuote, po
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox2_importer.cc597 const char kQuote[] = "\""; local
599 size_t begin = attribute_list.find(attribute + "=" + kQuote);
603 begin = attribute_list.find(kQuote, begin) + 1;

Completed in 70 milliseconds