Home
last modified time | relevance | path

Searched defs:LITERAL (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
108 #define _PyASCIIObject_INIT(LITERAL) \ argument
113 #define INIT_STR(NAME, LITERAL) \ argument
117 #define _PyUnicode_LATIN1_INIT(LITERAL) \ argument
Dpycore_global_strings.h16 #define STRUCT_FOR_ASCII_STR(LITERAL) \ argument
21 #define STRUCT_FOR_STR(NAME, LITERAL) \ argument
/third_party/gn/src/gn/
Dpattern.h21 LITERAL, // Matches exactly the contents of the string. enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternTokenizer.java253 …public static final int DONE = 0, SYNTAX = 1, LITERAL = 2, BROKEN_QUOTE = 3, BROKEN_ESCAPE = 4, UN… field in PatternTokenizer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPatternTokenizer.java255 …public static final int DONE = 0, SYNTAX = 1, LITERAL = 2, BROKEN_QUOTE = 3, BROKEN_ESCAPE = 4, UN… field in PatternTokenizer
/third_party/nghttp2/src/
Dshrpx_log.h222 LITERAL, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2Serializer.java49 LITERAL, enumConstant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java159 public static Field LITERAL = new Field("literal"); field in ListFormatter.Field
DRelativeDateTimeFormatter.java424 public static final Field LITERAL = new Field("literal"); field in RelativeDateTimeFormatter.Field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java224 public static Field LITERAL = new Field("literal"); field in ListFormatter.Field
DRelativeDateTimeFormatter.java371 public static final Field LITERAL = new Field("literal"); field in RelativeDateTimeFormatter.Field
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c65 LITERAL, enumerator
/third_party/musl/src/regex/
Dregcomp.c65 LITERAL, enumerator
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c65 LITERAL, enumerator
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c65 LITERAL, enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c937 #define LITERAL(x) { DXIL_OP_LITERAL, { (x) } } macro