HomeSort by relevance Sort by last modified time
    Searched refs:RLI (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 55 #define RLI U_RIGHT_TO_LEFT_ISOLATE
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 35 RLI // RightToLeftIsolate
49 0x2067: RLI, // RightToLeftIsolate,
core.go 207 if t := p.resultTypes[i]; t.in(LRI, RLI, FSI) {
210 if u := p.resultTypes[j]; u.in(LRI, RLI, FSI) {
231 // in rule X5c to find if an FSI should resolve to LRI or RLI.
240 } else if t.in(FSI, LRI, RLI) {
304 case RLE, LRE, RLO, LRO, RLI, LRI, FSI:
305 isIsolate := t.in(RLI, LRI, FSI)
306 isRTL := t.in(RLE, RLO, RLI)
308 // override if this is an FSI that resolves to RLI
450 if lastType.in(LRI, RLI, FSI) {
481 s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI
    [all...]
prop.go 24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
57 0x7: RLI, // U+2067 RightToLeftIsolate,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 35 RLI // RightToLeftIsolate
49 0x2067: RLI, // RightToLeftIsolate,
core.go 207 if t := p.resultTypes[i]; t.in(LRI, RLI, FSI) {
210 if u := p.resultTypes[j]; u.in(LRI, RLI, FSI) {
231 // in rule X5c to find if an FSI should resolve to LRI or RLI.
240 } else if t.in(FSI, LRI, RLI) {
304 case RLE, LRE, RLO, LRO, RLI, LRI, FSI:
305 isIsolate := t.in(RLI, LRI, FSI)
306 isRTL := t.in(RLE, RLO, RLI)
308 // override if this is an FSI that resolves to RLI
450 if lastType.in(LRI, RLI, FSI) {
481 s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI
    [all...]
prop.go 24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
57 0x7: RLI, // U+2067 RightToLeftIsolate,
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 466 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal);
467 while (RLI != ReplacedLoads.end()) {
468 NewVal = RLI->second;
469 RLI = ReplacedLoads.find(NewVal);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp 507 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal);
508 while (RLI != ReplacedLoads.end()) {
509 NewVal = RLI->second;
510 RLI = ReplacedLoads.find(NewVal);
  /external/icu/icu4c/source/common/
ubidiimp.h 58 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.cpp 66 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
425 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
428 * replaced by an RLI.
532 dirProps[isolateStartStack[stackLast]]=RLI;
533 flags|=DIRPROP_FLAG(RLI);
542 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
723 /* LRI or RLI */
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCISelLowering.h 760 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 469 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 468 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 47 protected static final int RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE;
54 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 44 protected static final int RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE;
51 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 747 milliseconds