Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp1038 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()
[all …]