Home | History | Annotate | Download | only in common

Lines Matching refs:wordLength

1014 //        if ((int32_t)utext_getNativeIndex(text) < rangeEnd && wordLength > 0) {
1022 // wordLength += 1; // Add PAIYANNOI to word
1035 // wordLength += 1; // Add MAIYAMOK to word
1044 // utext_setNativeIndex(text, current+wordLength);
1104 static inline uint32_t getKatakanaCost(int32_t wordLength){
1108 return (wordLength > kMaxKatakanaLength) ? 8192 : katakanaCost[wordLength];