OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wordLength
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
dictbe.cpp
253
int32_t
wordLength
;
262
wordLength
= 0;
269
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
306
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
315
if ((int32_t)utext_getNativeIndex(text) < rangeEnd &&
wordLength
< THAI_ROOT_COMBINE_THRESHOLD) {
320
&& (
wordLength
== 0
324
int32_t remaining = rangeEnd - (current+
wordLength
);
343
utext_setNativeIndex(text, current+
wordLength
+chars);
352
if (
wordLength
<= 0) {
357
wordLength
+= chars
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
127
final int
wordLength
= word.length();
145
if (
wordLength
== depth + 1) {
/external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp
616
int
wordLength
;
621
wordLength
= end - start;
639
*misspellingLength =
wordLength
;
/external/icu4c/tools/gennames/
gennames.c
575
int16_t start=0, limit,
wordLength
/*, prevStart=-1*/;
591
wordLength
=(int16_t)(limit-start);
592
if(
wordLength
>1) {
593
word=findWord(name+start,
wordLength
);
595
word=addWord(name+start,
wordLength
);
606
wordLength
=limit-prevStart;
607
word=findWord(name+prevStart,
wordLength
);
609
word=addWord(name+prevStart,
wordLength
);
[
all
...]
Completed in 477 milliseconds