Home
last modified time | relevance | path

Searched refs:QUOTATION_MARK (Results 1 – 25 of 32) sorted by relevance

12

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.js1208 } else if (cp === $.QUOTATION_MARK || cp === $.APOSTROPHE || cp === $.LESS_THAN_SIGN) {
1249 if (cp === $.QUOTATION_MARK) {
1265 if (cp === $.QUOTATION_MARK) {
1315 cp === $.QUOTATION_MARK ||
1670 } else if (cp === $.QUOTATION_MARK) {
1702 if (cp === $.QUOTATION_MARK) {
1728 if (cp === $.QUOTATION_MARK) {
1779 } else if (cp === $.QUOTATION_MARK) {
1809 } else if (cp === $.QUOTATION_MARK) {
1832 } else if (cp === $.QUOTATION_MARK) {
[all …]
/third_party/parse5/packages/parse5/lib/common/
Dunicode.js51 QUOTATION_MARK: 0x22, property
/third_party/icu/icu4c/source/i18n/
Dselfmtimpl.h36 #define QUOTATION_MARK ((UChar)0x0022) macro
Dplurrule_impl.h59 static const UChar QUOTATION_MARK = ((UChar) 0x0022); variable
Ddtptngen_impl.h39 #define QUOTATION_MARK ((UChar)0x0022) macro
Ddtptngen.cpp2523 (c==QUOTATION_MARK) || (c==COMMA) || (c==HYPHEN) ||(items[i].charAt(0)==DOT) ) { in isPatternSeparator()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dselfmtimpl.h36 #define QUOTATION_MARK ((UChar)0x0022) macro
Ddtptngen_impl.h39 #define QUOTATION_MARK ((UChar)0x0022) macro
Dplurrule_impl.h53 static const UChar QUOTATION_MARK = ((UChar) 0x0022); variable
Ddtptngen.cpp2342 (c==QUOTATION_MARK) || (c==COMMA) || (c==HYPHEN) ||(items[i].charAt(0)==DOT) ) { in isPatternSeparator()
/third_party/node/deps/icu-small/source/i18n/
Dselfmtimpl.h36 #define QUOTATION_MARK ((UChar)0x0022) macro
Ddtptngen_impl.h39 #define QUOTATION_MARK ((UChar)0x0022) macro
Dplurrule_impl.h59 static const UChar QUOTATION_MARK = ((UChar) 0x0022); variable
Ddtptngen.cpp2515 (c==QUOTATION_MARK) || (c==COMMA) || (c==HYPHEN) ||(items[i].charAt(0)==DOT) ) { in isPatternSeparator()
/third_party/skia/third_party/externals/icu/source/i18n/
Dselfmtimpl.h36 #define QUOTATION_MARK ((UChar)0x0022) macro
Ddtptngen_impl.h39 #define QUOTATION_MARK ((UChar)0x0022) macro
Dplurrule_impl.h59 static const UChar QUOTATION_MARK = ((UChar) 0x0022); variable
Ddtptngen.cpp2523 (c==QUOTATION_MARK) || (c==COMMA) || (c==HYPHEN) ||(items[i].charAt(0)==DOT) ) { in isPatternSeparator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java248 public static final int QUOTATION_MARK = 25; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUProperty.java220 public static final int QUOTATION_MARK = 25; field
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1856 { 0x0022, UProperty.QUOTATION_MARK, 1 }, in TestAdditionalProperties()
1857 { 0xff62, UProperty.QUOTATION_MARK, 1 }, in TestAdditionalProperties()
1858 { 0xd840, UProperty.QUOTATION_MARK, 0 }, in TestAdditionalProperties()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java1859 { 0x0022, UProperty.QUOTATION_MARK, 1 }, in TestAdditionalProperties()
1860 { 0xff62, UProperty.QUOTATION_MARK, 1 }, in TestAdditionalProperties()
1861 { 0xd840, UProperty.QUOTATION_MARK, 0 }, in TestAdditionalProperties()
/third_party/icu/icu4j/tools/build/
Dicu4j61.api3.gz
Dicu4j60.api3.gz
Dicu4j62.api3.gz

12