Lines Matching refs:kQuote
259 #define kQuote ((UChar)0x0027) /*'\''*/
3389 if (c == kQuote) {
4215 * pattern are literal unless prefixed by kQuote. The following characters
4216 * after kQuote are recognized: PATTERN_PERCENT, PATTERN_PER_MILLE,
4217 * PATTERN_MINUS, and kCurrencySign. If kCurrencySign is doubled (kQuote +
4221 * Any other character after a kQuote represents itself.
4222 * kQuote must be followed by another character; kQuote may not occur by
4262 if (c == kQuote) {
4522 i = affixPattern->indexOf(kQuote, pos);
4536 if (c == kQuote) {
4538 // Fall through and append another kQuote below
4821 (*fNegPrefixPattern)[(int32_t)0] == kQuote &&