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

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 25 Control // Control LRO - PDI
37 PDI // PopDirectionalIsolate
51 0x2069: PDI, // PopDirectionalIsolate,
core.go 83 // Index of matching PDI for isolate initiator characters. For other
85 // initiators with no matching PDI, matchingPDI will be set to the length of
89 // Index of matching isolate initiator for PDI characters. For other
181 // determineMatchingIsolates determines the matching PDI for each isolate
189 // matching PDI character for each isolate initiator character. If there is
190 // no matching PDI, it is set to the length of the input text. For other
193 // index of the matching isolate initiator character for each PDI character.
194 // If there is no matching isolate initiator, or the character is not a PDI,
212 } else if u == PDI {
241 i = p.matchingPDI[i] // skip over to the matching PDI
    [all...]
prop.go 24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
59 0x9: PDI, // U+2069 PopDirectionalIsolate,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 25 Control // Control LRO - PDI
37 PDI // PopDirectionalIsolate
51 0x2069: PDI, // PopDirectionalIsolate,
core.go 83 // Index of matching PDI for isolate initiator characters. For other
85 // initiators with no matching PDI, matchingPDI will be set to the length of
89 // Index of matching isolate initiator for PDI characters. For other
181 // determineMatchingIsolates determines the matching PDI for each isolate
189 // matching PDI character for each isolate initiator character. If there is
190 // no matching PDI, it is set to the length of the input text. For other
193 // index of the matching isolate initiator character for each PDI character.
194 // If there is no matching isolate initiator, or the character is not a PDI,
212 } else if u == PDI {
241 i = p.matchingPDI[i] // skip over to the matching PDI
    [all...]
prop.go 24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
59 0x9: PDI, // U+2069 PopDirectionalIsolate,
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 56 #define PDI U_POP_DIRECTIONAL_ISOLATE
  /external/icu/icu4c/source/common/
ubidiimp.h 59 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.cpp 454 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
556 if(dirProp==PDI) {
739 /* PDI */
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 808 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin();
810 for (; PDI != PDE; ++PDI) {
811 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 701 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin();
703 for (; PDI != PDE; ++PDI) {
704 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 48 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_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 45 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_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 797 milliseconds