Home
last modified time | relevance | path

Searched refs:foundBreaks (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCjkBreakEngine.java85 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()
DKhmerBreakEngine.java93 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()
DLaoBreakEngine.java92 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()
DBurmeseBreakEngine.java89 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()
DThaiBreakEngine.java104 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()
DDictionaryBreakEngine.java185 DequeI foundBreaks) {
204 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks);
228 DequeI foundBreaks );
DLanguageBreakEngine.java35 DictionaryBreakEngine.DequeI foundBreaks); in findBreaks() argument
DUnhandledBreakEngine.java46 DictionaryBreakEngine.DequeI foundBreaks) { in findBreaks() argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCjkBreakEngine.java86 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()
DBurmeseBreakEngine.java90 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()
DKhmerBreakEngine.java94 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()
DLaoBreakEngine.java93 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()
DThaiBreakEngine.java105 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()
DDictionaryBreakEngine.java186 DequeI foundBreaks) {
205 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks);
229 DequeI foundBreaks );
DLanguageBreakEngine.java36 DictionaryBreakEngine.DequeI foundBreaks); in findBreaks() argument
DUnhandledBreakEngine.java47 DictionaryBreakEngine.DequeI foundBreaks) { in findBreaks() argument
/external/icu/icu4c/source/common/
Ddictbe.h81 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;
Ddictbe.cpp47 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 …]
Dbrkeng.h76 UVector32 &foundBreaks ) const = 0;
193 UVector32 &foundBreaks ) const;
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...