HomeSort by relevance Sort by last modified time
    Searched refs:wordLength (Results 1 - 24 of 24) 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/third_party/icu/source/common/
dictbe.cpp 252 int32_t wordLength;
261 wordLength = 0;
268 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
304 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
313 if ((int32_t)utext_getNativeIndex(text) < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) {
318 && (wordLength == 0
322 int32_t remaining = rangeEnd - (current+wordLength);
341 utext_setNativeIndex(text, current + wordLength + chars);
350 if (wordLength <= 0) {
355 wordLength += chars
    [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...]
  /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 418 int wordLength = lastEndOffset - wordMeasurement.startOffset;
419 measuredWidth += renderer->width(wordMeasurement.startOffset, wordLength, xPos, run->direction(), lineInfo.isFirstLine());
420 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 6219 milliseconds