HomeSort by relevance Sort by last modified time
    Searched defs:APOSTROPHE (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
util.cpp 20 static const UChar APOSTROPHE = 0x0027; // '\''
113 } else if (c == APOSTROPHE) {
115 && text.charAt(i) != APOSTROPHE) {}
310 // We prefer backslash APOSTROPHE to double APOSTROPHE
315 // If the first thing in the quoteBuf is APOSTROPHE
318 quoteBuf.charAt(0) == APOSTROPHE &&
319 quoteBuf.charAt(1) == APOSTROPHE) {
320 rule.append(BACKSLASH).append(APOSTROPHE);
323 // If the last thing in the quoteBuf is APOSTROPHE
    [all...]
  /external/icu4c/common/
util.cpp 20 static const UChar APOSTROPHE = 0x0027; // '\''
113 } else if (c == APOSTROPHE) {
115 && text.charAt(i) != APOSTROPHE) {}
310 // We prefer backslash APOSTROPHE to double APOSTROPHE
315 // If the first thing in the quoteBuf is APOSTROPHE
318 quoteBuf.charAt(0) == APOSTROPHE &&
319 quoteBuf.charAt(1) == APOSTROPHE) {
320 rule.append(BACKSLASH).append(APOSTROPHE);
323 // If the last thing in the quoteBuf is APOSTROPHE
    [all...]

Completed in 44 milliseconds