HomeSort by relevance Sort by last modified time
    Searched full:wordlength (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ThaiBreakEngine.java 108 int wordLength;
118 wordLength = 0;
125 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
161 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
170 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) {
175 (wordLength == 0 ||
178 int remaining = rangeEnd - (current + wordLength);
195 fIter.setIndex(current + wordLength + chars);
204 if (wordLength <= 0) {
209 wordLength += chars
    [all...]
BurmeseBreakEngine.java 94 int wordLength;
104 wordLength = 0;
111 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
146 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
155 if (fIter.getIndex() < rangeEnd && wordLength < BURMESE_ROOT_COMBINE_THRESHOLD) {
160 (wordLength == 0 ||
163 int remaining = rangeEnd - (current + wordLength);
176 fIter.setIndex(current + wordLength + chars);
185 if (wordLength <= 0) {
190 wordLength += chars
    [all...]
KhmerBreakEngine.java 97 int wordLength;
108 wordLength = 0;
115 wordLength = words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter);
150 wordLength = words[wordsFound%KHMER_LOOKAHEAD].acceptMarked(fIter);
159 if (fIter.getIndex() < rangeEnd && wordLength < KHMER_ROOT_COMBINE_THRESHOLD) {
164 (wordLength == 0 ||
167 int remaining = rangeEnd - (current + wordLength);
180 fIter.setIndex(current + wordLength + chars);
189 if (wordLength <= 0) {
194 wordLength += chars
    [all...]
LaoBreakEngine.java 97 int wordLength;
107 wordLength = 0;
114 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
149 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
158 if (fIter.getIndex() < rangeEnd && wordLength < LAO_ROOT_COMBINE_THRESHOLD) {
163 (wordLength == 0 ||
166 int remaining = rangeEnd - (current + wordLength);
179 fIter.setIndex(current + wordLength + chars);
188 if (wordLength <= 0) {
193 wordLength += chars
    [all...]
CjkBreakEngine.java 71 private static int getKatakanaCost(int wordlength) {
73 return (wordlength > kMaxKatakanaLength) ? 8192 : katakanaCost[wordlength];
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 289 const jsize wordLength = env->GetArrayLength(word);
290 int wordCodePoints[wordLength];
291 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints);
296 CodePointArrayView(wordCodePoints, wordLength));
336 const jsize wordLength = env->GetArrayLength(word);
337 if (wordLength > MAX_WORD_LENGTH) {
338 AKLOGE("Invalid wordLength: %d", wordLength);
342 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints);
343 int codePointCount = wordLength;
    [all...]
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtils.java 44 public static void onBackspaceWordDelete(int wordLength) {
  /external/kernel-headers/original/uapi/linux/
serial_reg.h 107 #define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */
108 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */
109 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */
110 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial_reg.h 97 #define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */
98 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */
99 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */
100 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
serial_reg.h 98 #define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */
99 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */
100 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */
101 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */
  /external/pdfium/core/src/fpdftext/
text_int.h 163 int ReverseFind(const CFX_WideString& csPageText, const CFX_WideString& csWord, int nStartPos, int& WordLength);
  /external/icu/icu4c/source/common/
dictbe.cpp     [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 636 unsigned WordLength = WordEnd - WordStart;
637 if (Column + WordLength < Columns) {
643 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
645 Column += WordLength;
653 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
655 Column = Indentation + WordLength;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 211 UCHAR WordLength;
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 243 milliseconds