Lines Matching refs:excIndex
1038 int32_t excIndex=exceptions.indexOf((UChar)excWord); in makeException() local
1039 if(excIndex>=0) { in makeException()
1040 return excIndex; in makeException()
1043 excIndex=exceptions.length(); in makeException()
1045 return excIndex; in makeException()
1077 int32_t excIndex=exceptions.indexOf(excString); in makeException() local
1078 if(excIndex>=0) { in makeException()
1079 return excIndex; in makeException()
1082 int32_t excIndex=exceptions.length(); in makeException() local
1084 return excIndex; in makeException()
1102 … int32_t excIndex=makeException(c, value, *excProps[value>>UGENCASE_EXC_SHIFT], errorCode); in makeExceptions() local
1103 value=(value&~(UGENCASE_EXC_MASK|UCASE_EXC_MASK))|((uint32_t)excIndex<<UCASE_EXC_SHIFT); in makeExceptions()