HomeSort by relevance Sort by last modified time
    Searched refs:wordLength (Results 1 - 7 of 7) 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...]
  /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);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 789 milliseconds