Home | History | Annotate | Download | only in common

Lines Matching refs:katakanaCost

1098 // The katakanaCost values below are based on the length frequencies of all
1106 static const uint32_t katakanaCost[kMaxKatakanaLength + 1]
1108 return (wordLength > kMaxKatakanaLength) ? 8192 : katakanaCost[wordLength];
1332 // specified in the katakanaCost table according to its length.