Home
last modified time | relevance | path

Searched refs:SINGLE_QUOTE (Results 1 - 25 of 32) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java146 public static final char SINGLE_QUOTE = '\''; field in PatternTokenizer
163 if (usingQuote) needingQuoteCharacters.add(SINGLE_QUOTE); in quoteLiteral()
173 result.append(SINGLE_QUOTE); in quoteLiteral()
184 if (usingQuote && cp == SINGLE_QUOTE) { // double it in quoteLiteral()
185 result.append(SINGLE_QUOTE); in quoteLiteral()
196 if (cp == SINGLE_QUOTE) { // double it and continue in quoteLiteral()
197 result.append(SINGLE_QUOTE); in quoteLiteral()
198 result.append(SINGLE_QUOTE); in quoteLiteral()
201 result.append(SINGLE_QUOTE); in quoteLiteral()
213 result.append(SINGLE_QUOTE); in quoteLiteral()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java148 public static final char SINGLE_QUOTE = '\''; field in PatternTokenizer
165 if (usingQuote) needingQuoteCharacters.add(SINGLE_QUOTE); in quoteLiteral()
175 result.append(SINGLE_QUOTE); in quoteLiteral()
186 if (usingQuote && cp == SINGLE_QUOTE) { // double it in quoteLiteral()
187 result.append(SINGLE_QUOTE); in quoteLiteral()
198 if (cp == SINGLE_QUOTE) { // double it and continue in quoteLiteral()
199 result.append(SINGLE_QUOTE); in quoteLiteral()
200 result.append(SINGLE_QUOTE); in quoteLiteral()
203 result.append(SINGLE_QUOTE); in quoteLiteral()
215 result.append(SINGLE_QUOTE); in quoteLiteral()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dumsg.cpp605 #define SINGLE_QUOTE ((UChar)0x0027) macro
645 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
657 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
665 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
673 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
702 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
H A Dchoicfmt.cpp54 #define SINGLE_QUOTE ((UChar)0x0027) /*'*/ macro
317 if (c == SINGLE_QUOTE && nestingLevel == 0) { in setChoices()
329 result.append(SINGLE_QUOTE).append(c).append(SINGLE_QUOTE); in setChoices()
H A Dselfmtimpl.h31 #define SINGLE_QUOTE ((UChar)0x0027) macro
H A Ddtptngen.cpp1155 value = SINGLE_QUOTE;
1157 value += SINGLE_QUOTE;
1254 if (patChr == SINGLE_QUOTE) { in mapSkeletonMetacharacters()
2570 return (UBool)(s.charAt(0) == SINGLE_QUOTE); in isQuoteLiteral()
2580 if (items[i].charAt(0)==SINGLE_QUOTE) { in getQuoteLiteral()
2585 if ( items[i].charAt(0)==SINGLE_QUOTE ) { in getQuoteLiteral()
2586 if ( (i+1<itemNumber) && (items[i+1].charAt(0)==SINGLE_QUOTE)) { in getQuoteLiteral()
2609 if ( (c==SINGLE_QUOTE) || (c==BACKSLASH) || (c==SPACE) || (c==COLON) || in isPatternSeparator()
H A Dplurrule_impl.h54 static const UChar SINGLE_QUOTE = ((UChar) 0x0027); member
H A Ddtptngen_impl.h35 #define SINGLE_QUOTE ((UChar)0x0027) macro
H A Dmsgfmt.cpp58 #define SINGLE_QUOTE ((UChar)0x0027) macro
1099 (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format()
/third_party/node/deps/icu-small/source/i18n/
H A Dumsg.cpp605 #define SINGLE_QUOTE ((char16_t)0x0027) macro
645 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
657 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
665 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
673 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
702 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
H A Dchoicfmt.cpp54 #define SINGLE_QUOTE ((char16_t)0x0027) /*'*/ macro
317 if (c == SINGLE_QUOTE && nestingLevel == 0) { in setChoices()
329 result.append(SINGLE_QUOTE).append(c).append(SINGLE_QUOTE); in setChoices()
H A Dselfmtimpl.h31 #define SINGLE_QUOTE ((char16_t)0x0027) macro
H A Ddtptngen.cpp1147 value = SINGLE_QUOTE;
1149 value += SINGLE_QUOTE;
1246 if (patChr == SINGLE_QUOTE) { in mapSkeletonMetacharacters()
2562 return (UBool)(s.charAt(0) == SINGLE_QUOTE); in isQuoteLiteral()
2572 if (items[i].charAt(0)==SINGLE_QUOTE) { in getQuoteLiteral()
2577 if ( items[i].charAt(0)==SINGLE_QUOTE ) { in getQuoteLiteral()
2578 if ( (i+1<itemNumber) && (items[i+1].charAt(0)==SINGLE_QUOTE)) { in getQuoteLiteral()
2601 if ( (c==SINGLE_QUOTE) || (c==BACKSLASH) || (c==SPACE) || (c==COLON) || in isPatternSeparator()
H A Ddtptngen_impl.h35 #define SINGLE_QUOTE ((char16_t)0x0027) macro
H A Dplurrule_impl.h54 static const char16_t SINGLE_QUOTE = ((char16_t) 0x0027); member
H A Dmsgfmt.cpp58 #define SINGLE_QUOTE ((char16_t)0x0027) macro
1100 (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dumsg.cpp605 #define SINGLE_QUOTE ((UChar)0x0027) macro
645 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
657 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
665 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
673 case SINGLE_QUOTE: in umsg_autoQuoteApostrophe()
702 MAppend(SINGLE_QUOTE); in umsg_autoQuoteApostrophe()
H A Dchoicfmt.cpp54 #define SINGLE_QUOTE ((UChar)0x0027) /*'*/ macro
317 if (c == SINGLE_QUOTE && nestingLevel == 0) { in setChoices()
329 result.append(SINGLE_QUOTE).append(c).append(SINGLE_QUOTE); in setChoices()
H A Dselfmtimpl.h31 #define SINGLE_QUOTE ((UChar)0x0027) macro
H A Ddtptngen.cpp1152 value = SINGLE_QUOTE;
1154 value += SINGLE_QUOTE;
1237 if (patChr == SINGLE_QUOTE) {
2483 return (UBool)(s.charAt(0) == SINGLE_QUOTE);
2493 if (items[i].charAt(0)==SINGLE_QUOTE) {
2498 if ( items[i].charAt(0)==SINGLE_QUOTE ) {
2499 if ( (i+1<itemNumber) && (items[i+1].charAt(0)==SINGLE_QUOTE)) {
2522 if ( (c==SINGLE_QUOTE) || (c==BACKSLASH) || (c==SPACE) || (c==COLON) ||
H A Ddtptngen_impl.h35 #define SINGLE_QUOTE ((UChar)0x0027) macro
H A Dplurrule_impl.h54 static const UChar SINGLE_QUOTE = ((UChar) 0x0027); member
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js172 return Attribute.SINGLE_QUOTE;
432 Attribute.SINGLE_QUOTE = "'";
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dword_break.rs25 ("Single_Quote", SINGLE_QUOTE),
1109 pub const SINGLE_QUOTE: &'static [(char, char)] = &[('\'', '\'')]; consts
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1426 const char SINGLE_QUOTE = '\''; in Parse() local
1429 if ( *p == SINGLE_QUOTE ) in Parse()
1451 if ( *p == SINGLE_QUOTE || *p == DOUBLE_QUOTE ) { in Parse()

Completed in 35 milliseconds

12