Home
last modified time | relevance | path

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

12345678910>>...15

/external/libxml2/test/XPath/tests/
Dchaptersprefol2 /preceding::*
3 /child::EXAMPLE/preceding::*
5 /child::EXAMPLE/child::chapter[3]/preceding::*
7 /child::EXAMPLE/child::chapter[1]/image/preceding::*
Dnssimple5 /doc/elem/namespace::ns2/preceding::*
Dsimplebase16 /child::EXAMPLE/attribute::prop2/preceding::text()
/external/libxml2/result/XPath/tests/
Dchaptersprefol8 Expression: /preceding::*
13 Expression: /child::EXAMPLE/preceding::*
23 Expression: /child::EXAMPLE/child::chapter[3]/preceding::*
64 Expression: /child::EXAMPLE/child::chapter[1]/image/preceding::*
Dnssimple23 2 ELEMENT preceding
35 Expression: /doc/elem/namespace::ns2/preceding::*
38 1 ELEMENT preceding
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DBreakIteratorTest.java161 assertEquals(98, cbr.preceding(pos)); in testPreceding()
162 assertEquals(98, wbr.preceding(pos)); in testPreceding()
163 assertEquals(97, lbr.preceding(pos)); in testPreceding()
164 assertEquals(62, sbr.preceding(pos)); in testPreceding()
/external/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()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DBreakIterator.java336 public int preceding(int offset) { in preceding() method in BreakIterator
778 public int preceding(int offset) { in preceding() method in BreakIterator.BreakIteratorHandle
779 return breakIterator.preceding(offset); in preceding()
/external/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;
120 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() function in WholeStringBreakIterator
/external/icu/icu4c/source/data/translit/
DHira_Kana.txt28 # preceding vowel. This is a one-way information-
142 # occur anyway. If a 30FC is seen without a preceding
147 # 30FC, the preceding character will have already been
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dcheck-dag-not-dag.txt40 the start of the permitted range for the preceding DAG group, and there was a
43 preceding DAG group, so reordering detection wasn't possible. Now, the
/external/llvm/test/CodeGen/X86/
Dmachine-combiner-int.ll5 ; each test should be independent of the result of the preceding add (lea).
60 ; each test should be independent of the result of the preceding sub.
107 ; each test should be independent of the result of the preceding sub.
154 ; each test should be independent of the result of the preceding sub.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmachine-combiner-int.ll5 ; each test should be independent of the result of the preceding add (lea).
60 ; each test should be independent of the result of the preceding sub.
107 ; each test should be independent of the result of the preceding sub.
154 ; each test should be independent of the result of the preceding sub.
/external/jdiff/src/jdiff/
DDiffMyers.java758 int preceding = -1; in shift_boundaries() local
803 && !((preceding >= 0 && start == preceding) in shift_boundaries()
819 preceding = i; in shift_boundaries()
/external/libxml2/test/XPath/docs/
Dns2 <preceding/>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dhazard-inlineasm.mir4 # the INLINEASM defs the vregs holding the data-to-be-stored by that preceding store,
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.pi19 # preceding dependencies should be kept in sync with the main CPU docker file.
DDockerfile.pi-python319 # preceding dependencies should be kept in sync with the main CPU docker file.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java214 public int preceding(int offset) { in preceding() method in SimpleFilteredSentenceBreakIterator
215 return internalPrev(delegate.preceding(offset)); in preceding()
/external/icu/icu4c/source/data/brkitr/rules/
Dline.txt14 # there is a boundary preceding the hyphen. See rule 20.9
238 # LB 20.09 Don't break between Hyphens and Letters when there is a break preceding the hyphen.
328 # note: the preceding rule includes {eof} rather than having the last [set] term qualified with '?'
330 # not from the preceding $RI or $CM, which it would be able to do if the set were optional.

12345678910>>...15