Searched refs:wordLength (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/common/ |
D | dictbe.cpp | 247 int32_t wordLength; in divideUpDictionaryRange() local 256 wordLength = 0; in divideUpDictionaryRange() 263 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text); in divideUpDictionaryRange() 299 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text); in divideUpDictionaryRange() 308 … if ((int32_t)utext_getNativeIndex(text) < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange() 313 && (wordLength == 0 in divideUpDictionaryRange() 317 int32_t remaining = rangeEnd - (current+wordLength); in divideUpDictionaryRange() 336 utext_setNativeIndex(text, current + wordLength + chars); in divideUpDictionaryRange() 345 if (wordLength <= 0) { in divideUpDictionaryRange() 350 wordLength += chars; in divideUpDictionaryRange() [all …]
|
/external/webkit/Source/WebCore/platform/text/android/ |
D | HyphenationAndroid.cpp | 78 size_t wordLength = 0; in lastHyphenLocation() local 88 if (isASCIISpace(ch) && !wordLength) in lastHyphenLocation() 92 word[wordLength++] = ch; in lastHyphenLocation() 94 if (wordLength < minWordLen) in lastHyphenLocation() 98 const int leadingSpacesCount = length - wordLength; in lastHyphenLocation() 100 if (!hnj_hyphen_hyphenate(dict, word, wordLength, hyphens)) { in lastHyphenLocation()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | MockSpellCheck.cpp | 78 int wordLength = wordEnd == -1 ? stringText.length() - wordOffset : wordEnd - wordOffset; in spellCheckWord() local 85 WTF::String word = stringText.substring(wordOffset, wordLength); in spellCheckWord() 90 *misspelledLength = wordLength; in spellCheckWord()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 96 int wordLength; in checkSpellingOfString() local 101 wordLength = end - start; in checkSpellingOfString() 110 g_utf8_strncpy(word.get(), cstart, wordLength); in checkSpellingOfString() 114 if (enchant_dict_check(dict, word.get(), wordLength)) { in checkSpellingOfString() 116 *misspellingLength = wordLength; in checkSpellingOfString()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.cpp | 365 static int wordLength(const TCHAR* text) in wordLength() function 414 wstring word = textString.substr(wordStart, wordLength(textString.c_str() + wordStart)); in checkSpellingOfString()
|
/external/webkit/Tools/ |
D | ChangeLog | 6880 (wordLength):
|
D | ChangeLog-2011-02-16 | 14551 (wordLength):
|