OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondWordLength
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.cpp
813
const int
secondWordLength
= isSpaceProximity ? (inputLength - spaceProximityPos - 1)
[
all
...]
unigram_dictionary.cpp
401
const int
secondWordLength
= isSpaceProximity
406
if (0 >= firstWordLength || 0 >=
secondWordLength
|| firstWordStartPos >= secondWordStartPos
407
|| firstWordStartPos < 0 || secondWordStartPos +
secondWordLength
> inputLength)
410
const int newWordLength = firstWordLength +
secondWordLength
+ 1;
423
const int secondFreq = getMostFrequentWordLike(secondWordStartPos,
secondWordLength
, mWord);
[
all
...]
Completed in 16 milliseconds