Searched refs:LAST_VARIABLE (Results 1 – 15 of 15) sorted by relevance
208 #define LAST_VARIABLE(ENUM) \ macro246 LAST_VARIABLE(SPV_OPERAND_TYPE_VARIABLE_ID_LITERAL_INTEGER), enumerator
209 #define LAST_VARIABLE(ENUM) \ macro247 LAST_VARIABLE(SPV_OPERAND_TYPE_VARIABLE_ID_LITERAL_INTEGER), enumerator
48 LAST_VARIABLE, enumerator
477 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + LAST_VARIABLE)); in parseSpecialPosition()
551 case CollationRuleParser::LAST_VARIABLE: in getSpecialResetPosition()
39 LAST_VARIABLE, enumConstant514 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal())); in parseSpecialPosition()
343 case LAST_VARIABLE: in getSpecialResetPosition()
43 LAST_VARIABLE, enumConstant518 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal())); in parseSpecialPosition()
347 case LAST_VARIABLE: in getSpecialResetPosition()
205 public static final String LAST_VARIABLE = "last_variable"; field in LDMLConstants