Home
last modified time | relevance | path

Searched refs:afterType (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScan.cpp795 case ';': afterType = false; afterBuffer = false; return SEMICOLON; in tokenize()
796 case ',': afterType = false; return COMMA; in tokenize()
798 case '=': afterType = false; return EQUAL; in tokenize()
799 case '(': afterType = false; return LEFT_PAREN; in tokenize()
800 case ')': afterType = false; return RIGHT_PAREN; in tokenize()
954 afterType = true; in tokenizeIdentifier()
1147 afterType = true; in tokenizeIdentifier()
1153 afterType = true; in tokenizeIdentifier()
1171 afterType = true; in tokenizeIdentifier()
1177 afterType = true; in tokenizeIdentifier()
[all …]
DScanContext.h55 afterType(false), afterStruct(false), in TScanContext()
81 …bool afterType; // true if we've recognized a type, so can only be looking for an identi… variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2887 char afterType = ((PatternItem) after).type; in matchLiteral() local
2888 … if (DATE_PATTERN_TYPE.contains(beforeType) != DATE_PATTERN_TYPE.contains(afterType)) { in matchLiteral()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java2866 char afterType = ((PatternItem) after).type; in matchLiteral() local
2867 … if (DATE_PATTERN_TYPE.contains(beforeType) != DATE_PATTERN_TYPE.contains(afterType)) { in matchLiteral()