Searched refs:initialMatch (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 565 … boolean initialMatch = true; // True at start of text, and immediately after each boundary, in set() 576 if (rule.fInitialMatchOnly && !initialMatch) { in set() 630 initialMatch = true; in set() 642 initialMatch = false; in set()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 562 … boolean initialMatch = true; // True at start of text, and immediately after each boundary, in set() 573 if (rule.fInitialMatchOnly && !initialMatch) { in set() 627 initialMatch = true; in set() 639 initialMatch = false; in set()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 453 …bool initialMatch = true; // True at start of text, and immediately after each boun… in set() local 464 if (rule->fInitialMatchOnly && !initialMatch) { in set() 529 initialMatch = true; in set() 534 initialMatch = false; in set()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 283 void initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE); 361 void Formula::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in initialMatch() function in Formula 3023 F.initialMatch(S, L, SE); in InsertInitialFormula()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 350 void initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE); 430 void Formula::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { in initialMatch() function in Formula 3303 F.initialMatch(S, L, SE); in InsertInitialFormula()
|