/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CjkBreakEngine.java | 85 DequeI foundBreaks) { in divideUpDictionaryRange() argument 223 if (foundBreaks.size() == 0 || foundBreaks.peek() < startPos) { in divideUpDictionaryRange() 230 if (!(foundBreaks.contains(pos) || pos == startPos)) { in divideUpDictionaryRange() 231 foundBreaks.push(charPositions[t_boundary[i]] + startPos); in divideUpDictionaryRange() 236 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) { in divideUpDictionaryRange() 237 foundBreaks.pop(); in divideUpDictionaryRange() 240 if (!foundBreaks.isEmpty()) in divideUpDictionaryRange() 241 inText.setIndex(foundBreaks.peek()); in divideUpDictionaryRange()
|
D | KhmerBreakEngine.java | 93 DequeI foundBreaks) { in divideUpDictionaryRange() argument 218 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 223 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 224 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | LaoBreakEngine.java | 92 DequeI foundBreaks) { in divideUpDictionaryRange() argument 217 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 222 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 223 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | BurmeseBreakEngine.java | 89 DequeI foundBreaks) { in divideUpDictionaryRange() argument 214 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 219 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 220 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | ThaiBreakEngine.java | 104 DequeI foundBreaks) { in divideUpDictionaryRange() argument 262 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 267 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 268 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | DictionaryBreakEngine.java | 185 DequeI foundBreaks) { 204 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks); 228 DequeI foundBreaks );
|
D | LanguageBreakEngine.java | 35 DictionaryBreakEngine.DequeI foundBreaks); in findBreaks() argument
|
D | UnhandledBreakEngine.java | 46 DictionaryBreakEngine.DequeI foundBreaks) { in findBreaks() argument
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CjkBreakEngine.java | 86 DequeI foundBreaks) { in divideUpDictionaryRange() argument 224 if (foundBreaks.size() == 0 || foundBreaks.peek() < startPos) { in divideUpDictionaryRange() 231 if (!(foundBreaks.contains(pos) || pos == startPos)) { in divideUpDictionaryRange() 232 foundBreaks.push(charPositions[t_boundary[i]] + startPos); in divideUpDictionaryRange() 237 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) { in divideUpDictionaryRange() 238 foundBreaks.pop(); in divideUpDictionaryRange() 241 if (!foundBreaks.isEmpty()) in divideUpDictionaryRange() 242 inText.setIndex(foundBreaks.peek()); in divideUpDictionaryRange()
|
D | BurmeseBreakEngine.java | 90 DequeI foundBreaks) { in divideUpDictionaryRange() argument 215 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 220 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 221 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | KhmerBreakEngine.java | 94 DequeI foundBreaks) { in divideUpDictionaryRange() argument 219 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 224 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 225 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | LaoBreakEngine.java | 93 DequeI foundBreaks) { in divideUpDictionaryRange() argument 218 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 223 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 224 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | ThaiBreakEngine.java | 105 DequeI foundBreaks) { in divideUpDictionaryRange() argument 263 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange() 268 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange() 269 foundBreaks.pop(); in divideUpDictionaryRange()
|
D | DictionaryBreakEngine.java | 186 DequeI foundBreaks) { 205 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks); 229 DequeI foundBreaks );
|
D | LanguageBreakEngine.java | 36 DictionaryBreakEngine.DequeI foundBreaks); in findBreaks() argument
|
D | UnhandledBreakEngine.java | 47 DictionaryBreakEngine.DequeI foundBreaks) { in findBreaks() argument
|
/external/icu/icu4c/source/common/ |
D | dictbe.h | 81 UVector32 &foundBreaks ) const; 104 UVector32 &foundBreaks ) const = 0; 161 UVector32 &foundBreaks ) const; 217 UVector32 &foundBreaks ) const; 273 UVector32 &foundBreaks ) const; 329 UVector32 &foundBreaks ) const; 393 UVector32 &foundBreaks ) const;
|
D | dictbe.cpp | 47 UVector32 &foundBreaks ) const { in findBreaks() 66 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks); in findBreaks() 224 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 399 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange() 404 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange() 405 (void) foundBreaks.popi(); in divideUpDictionaryRange() 463 UVector32 &foundBreaks ) const { in divideUpDictionaryRange() 595 foundBreaks.push((current+cuWordLength), status); in divideUpDictionaryRange() 600 if (foundBreaks.peeki() >= rangeEnd) { in divideUpDictionaryRange() 601 (void) foundBreaks.popi(); in divideUpDictionaryRange() [all …]
|
D | brkeng.h | 76 UVector32 &foundBreaks ) const = 0; 193 UVector32 &foundBreaks ) const;
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |