Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.cpp779 case ';': afterType = false; afterBuffer = false; return SEMICOLON; in tokenize()
780 case ',': afterType = false; return COMMA; in tokenize()
782 case '=': afterType = false; return EQUAL; in tokenize()
783 case '(': afterType = false; return LEFT_PAREN; in tokenize()
784 case ')': afterType = false; return RIGHT_PAREN; in tokenize()
931 afterType = true; in tokenizeIdentifier()
1071 afterType = true; in tokenizeIdentifier()
1077 afterType = true; in tokenizeIdentifier()
1095 afterType = true; in tokenizeIdentifier()
1101 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
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2845 char afterType = ((PatternItem) after).type; in matchLiteral() local
2846 … if (DATE_PATTERN_TYPE.contains(beforeType) != DATE_PATTERN_TYPE.contains(afterType)) { in matchLiteral()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2832 char afterType = ((PatternItem) after).type; in matchLiteral() local
2833 … if (DATE_PATTERN_TYPE.contains(beforeType) != DATE_PATTERN_TYPE.contains(afterType)) { in matchLiteral()