Home
last modified time | relevance | path

Searched refs:initialMatch (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java565 … 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/
DRBBIMonkeyTest.java562 … 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/
Drbbimonkeytest.cpp453 …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/
DLoopStrengthReduce.cpp283 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/
DLoopStrengthReduce.cpp350 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()