Searched refs:wordLength (Results 1 – 7 of 7) sorted by relevance
108 int wordLength; in divideUpDictionaryRange() local118 wordLength = 0; in divideUpDictionaryRange()125 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()161 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()170 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()175 (wordLength == 0 || in divideUpDictionaryRange()178 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()195 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()204 if (wordLength <= 0) { in divideUpDictionaryRange()209 wordLength += chars; in divideUpDictionaryRange()[all …]
97 int wordLength; in divideUpDictionaryRange() local107 wordLength = 0; in divideUpDictionaryRange()114 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()149 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()158 if (fIter.getIndex() < rangeEnd && wordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()163 (wordLength == 0 || in divideUpDictionaryRange()166 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()179 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()188 if (wordLength <= 0) { in divideUpDictionaryRange()193 wordLength += chars; in divideUpDictionaryRange()[all …]
97 int wordLength; in divideUpDictionaryRange() local108 wordLength = 0; in divideUpDictionaryRange()115 wordLength = words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()150 wordLength = words[wordsFound%KHMER_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()159 if (fIter.getIndex() < rangeEnd && wordLength < KHMER_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()164 (wordLength == 0 || in divideUpDictionaryRange()167 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()180 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()189 if (wordLength <= 0) { in divideUpDictionaryRange()194 wordLength += chars; in divideUpDictionaryRange()[all …]
94 int wordLength; in divideUpDictionaryRange() local104 wordLength = 0; in divideUpDictionaryRange()111 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()146 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter); in divideUpDictionaryRange()155 if (fIter.getIndex() < rangeEnd && wordLength < BURMESE_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()160 (wordLength == 0 || in divideUpDictionaryRange()163 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()176 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()185 if (wordLength <= 0) { in divideUpDictionaryRange()190 wordLength += chars; in divideUpDictionaryRange()[all …]
1104 static inline uint32_t getKatakanaCost(int32_t wordLength){ in getKatakanaCost() argument1108 return (wordLength > kMaxKatakanaLength) ? 8192 : katakanaCost[wordLength]; in getKatakanaCost()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...