Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIAPITest.java323 q = wordIter1.preceding(25); in TestLastPreviousPreceding()
328 q = wordIter1.preceding(20); in TestLastPreviousPreceding()
330 p = wordIter1.preceding(wordIter1.first()); in TestLastPreviousPreceding()
345 q = sentIter1.preceding(40); in TestLastPreviousPreceding()
347 q = sentIter1.preceding(25); in TestLastPreviousPreceding()
351 q = sentIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
367 q = lineIter1.preceding(40); in TestLastPreviousPreceding()
369 q = lineIter1.preceding(25); in TestLastPreviousPreceding()
373 q = lineIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
DAbstractBreakIteratorTests.java97 int pos = bi.preceding(0); in testPreceding()
100 pos = bi.preceding(5); in testPreceding()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java320 q = wordIter1.preceding(25); in TestLastPreviousPreceding()
325 q = wordIter1.preceding(20); in TestLastPreviousPreceding()
327 p = wordIter1.preceding(wordIter1.first()); in TestLastPreviousPreceding()
342 q = sentIter1.preceding(40); in TestLastPreviousPreceding()
344 q = sentIter1.preceding(25); in TestLastPreviousPreceding()
348 q = sentIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
364 q = lineIter1.preceding(40); in TestLastPreviousPreceding()
366 q = lineIter1.preceding(25); in TestLastPreviousPreceding()
370 q = lineIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
DAbstractBreakIteratorTests.java94 int pos = bi.preceding(0); in testPreceding()
97 pos = bi.preceding(5); in testPreceding()
DRBBITest.java109 if (brk.preceding(expectedLineResult[1]) != expectedLineResult[0]) { in TestThaiDictionaryBreakIterator()
325 if (rbbi.preceding(-1) != BreakIterator.DONE) { in TestPreceding()
332 if (rbbi.preceding(-1) != 0) { in TestPreceding()
839 int result = bi.preceding(ruleLen);
1004 assertEquals("preceding" + idx, fns.expectedPreceding(idx), bi.preceding(idx));
/third_party/skia/third_party/externals/icu/patches/
Dkhmer-dictbe.patch8 // Will not combine a non-word with a preceding dictionary word longer than this
13 // dictionary word, with a preceding word
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DBreakIteratorICU.java83 public int preceding(int offset) { in preceding() method in BreakIteratorICU
84 return fIcuBrkItr.preceding(offset); in preceding()
/third_party/skia/third_party/externals/icu/source/data/translit/
DHira_Kana.txt29 # preceding vowel. This is a one-way information-
143 # occur anyway. If a 30FC is seen without a preceding
148 # 30FC, the preceding character will have already been
/third_party/icu/icu4c/source/data/translit/
DHira_Kana.txt29 # preceding vowel. This is a one-way information-
143 # occur anyway. If a 30FC is seen without a preceding
148 # 30FC, the preceding character will have already been
/third_party/skia/third_party/externals/icu/source/common/
Drbbi_cache.h42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex);
108 void preceding(int32_t startPosition, UErrorCode &status);
Dustr_titlecase_brkiter.cpp62 int32_t preceding(int32_t offset) U_OVERRIDE;
112 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() function in WholeStringBreakIterator
Drbbi_cache.cpp81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding() function in RuleBasedBreakIterator::DictionaryCache
252 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding() function in RuleBasedBreakIterator::BreakCache
489 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding()
/third_party/node/deps/icu-small/source/common/
Drbbi_cache.h42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex);
108 void preceding(int32_t startPosition, UErrorCode &status);
Dustr_titlecase_brkiter.cpp62 int32_t preceding(int32_t offset) override;
112 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() function in WholeStringBreakIterator
/third_party/icu/icu4c/source/common/
Drbbi_cache.h42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex);
108 void preceding(int32_t startPosition, UErrorCode &status);
Dustr_titlecase_brkiter.cpp62 int32_t preceding(int32_t offset) U_OVERRIDE;
112 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() function in WholeStringBreakIterator
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md159 `last()`, `next()`, `previous()`, `preceding()`, and `following()` methods.
168 represents a boundary preceding the first character of the text, and a position
178 The `following()` and `preceding()` methods are used for random access, to move the
180 points to a boundary position, the `following()` and `preceding()` methods will
307 start = wordBrk.preceding(idx + 1);
309 // NOTE: for this and similar operations, use preceding() and next()
310 // as shown here, not following() and previous(). preceding() is
312 // NOTE: By using preceding(idx + 1) above, we're adopting the convention
314 // selects the word that _begins_ on that boundary (preceding(idx) would
405 the text preceding the last break position found. Using this value, it is
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_AMD_buffer_marker/
Dcopies.adoc27 all preceding commands have finished executing up to at least the specified
29 This includes the completion of other preceding
108 all preceding commands have finished executing up to at least the specified
110 This includes the completion of other preceding
Dcopies.txt28 all preceding commands have finished executing up to at least the specified
30 This includes the completion of other preceding
109 all preceding commands have finished executing up to at least the specified
111 This includes the completion of other preceding
/third_party/EGL/extensions/KHR/
DEGL_KHR_gl_colorspace.txt79 Add preceding the 4th paragraph on this page:
108 Add preceding the second paragraph on page 31 in section 3.5.2:
121 Add preceding the second paragraph on page 35 in section 3.5.4:
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_gl_colorspace.txt79 Add preceding the 4th paragraph on this page:
108 Add preceding the second paragraph on page 31 in section 3.5.2:
121 Add preceding the second paragraph on page 35 in section 3.5.4:
/third_party/typescript/src/services/
Dbreakpoints.ts20 const preceding = findPrecedingToken(tokenAtLocation.pos, sourceFile); constant
23 …if (!preceding || sourceFile.getLineAndCharacterOfPosition(preceding.getEnd()).line !== lineOfPosi…
26 tokenAtLocation = preceding;
/third_party/typescript/tests/baselines/reference/
DnoImplicitAnyNamelessParameter.types28 // note: null and void do not parse correctly without a preceding parameter name
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java458 public int preceding(int offset) { in preceding() method in RuleBasedBreakIterator
468 fBreakCache.preceding(adjustedOffset); in preceding()
1126 boolean preceding(int fromPos) { in preceding() method
1372 void preceding(int startPos) { in preceding() method in RuleBasedBreakIterator.BreakCache
1564 if (fDictionaryCache.preceding(fromPosition)) { in populatePreceding()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java230 public int preceding(int offset) { in preceding() method in SimpleFilteredSentenceBreakIterator
231 return internalPrev(delegate.preceding(offset)); in preceding()

12345678910>>...19