HomeSort by relevance Sort by last modified time
    Searched refs:wordLength (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
swap_bytes.c 27 int16_t wordLength, /* (i) number or uint16_t to swap */
31 for (k = wordLength; k > 0; k--) {
swap_bytes.h 30 int16_t wordLength, /* (i) number or uint16_t to swap */
  /external/chromium_org/content/shell/renderer/test_runner/
MockSpellCheck.cpp 64 int wordLength;
73 wordLength = static_cast<int>(m_misspelledWords.at(i).length()) > maxWordLength ? maxWordLength : static_cast<int>(m_misspelledWords.at(i).length());
74 word = stringText.substr(wordOffset, wordLength);
75 if (word == m_misspelledWords.at(i) && (static_cast<int>(stringText.length()) == wordOffset + wordLength || isNotASCIIAlpha(stringText[wordOffset + wordLength]))) {
77 *misspelledLength = wordLength;
87 wordLength = static_cast<int>(stringText.length()) - wordOffset;
89 wordLength = distance(firstChar, lastChar);
91 DCHECK_LT(0, wordOffset + wordLength);
92 stringText = stringText.substr(wordOffset + wordLength);
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 255 int32_t wordLength;
264 wordLength = 0;
271 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
307 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
316 if ((int32_t)utext_getNativeIndex(text) < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) {
321 && (wordLength == 0
325 int32_t remaining = rangeEnd - (current+wordLength);
344 utext_setNativeIndex(text, current + wordLength + chars);
353 if (wordLength <= 0) {
358 wordLength += chars
    [all...]
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 256 int32_t wordLength;
265 wordLength = 0;
272 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
309 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
318 if ((int32_t)utext_getNativeIndex(text) < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) {
323 && (wordLength == 0
327 int32_t remaining = rangeEnd - (current+wordLength);
346 utext_setNativeIndex(text, current+wordLength+chars);
355 if (wordLength <= 0) {
360 wordLength += chars
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 261 const jsize wordLength = env->GetArrayLength(word);
262 int codePoints[wordLength];
263 env->GetIntArrayRegion(word, 0, wordLength, codePoints);
264 return dictionary->getProbability(codePoints, wordLength);
271 const jsize wordLength = env->GetArrayLength(word);
272 int codePoints[wordLength];
273 env->GetIntArrayRegion(word, 0, wordLength, codePoints);
274 return dictionary->getMaxProbabilityOfExactMatches(codePoints, wordLength);
282 const jsize wordLength = env->GetArrayLength(word);
283 int wordCodePoints[wordLength];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 82 int wordLength = wordEnd - wordStart;
85 client.checkSpellingOfString(String(text + start + wordStart, wordLength), &misspellingLocation, &misspellingLength);
87 ASSERT(0 <= misspellingLocation && misspellingLocation <= wordLength);
88 ASSERT(0 < misspellingLength && misspellingLocation + misspellingLength <= wordLength);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 468 int wordLength = lastEndOffset - wordMeasurement.startOffset;
469 measuredWidth += renderer->width(wordMeasurement.startOffset, wordLength, xPos, run->direction(), lineInfo.isFirstLine());
470 if (i > 0 && wordLength == 1 && renderer->characterAt(wordMeasurement.startOffset) == ' ')
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 503 milliseconds