Searched refs:LAST_VARIABLE (Results 1 – 10 of 10) sorted by relevance
188 #define LAST_VARIABLE(ENUM) \ macro226 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()
549 case CollationRuleParser::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()
39 LAST_VARIABLE, enumConstant514 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal())); in parseSpecialPosition()
343 case LAST_VARIABLE: in getSpecialResetPosition()
205 public static final String LAST_VARIABLE = "last_variable"; field in LDMLConstants