/third_party/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 126 FSI; 3 145 FSI; 4 267 FSI LRE; 3 268 FSI LRO; 3 269 FSI RLE; 3 270 FSI RLO; 3 271 FSI PDF; 3 272 FSI BN; 3 350 FSI LRE; 4 351 FSI LRO; 4 [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | BidiTest.txt | 126 FSI; 3 145 FSI; 4 267 FSI LRE; 3 268 FSI LRO; 3 269 FSI RLE; 3 270 FSI RLO; 3 271 FSI PDF; 3 272 FSI BN; 3 350 FSI LRE; 4 351 FSI LRO; 4 [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 126 FSI; 3 145 FSI; 4 267 FSI LRE; 3 268 FSI LRO; 3 269 FSI RLE; 3 270 FSI RLO; 3 271 FSI PDF; 3 272 FSI BN; 3 350 FSI LRE; 4 351 FSI LRO; 4 [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 53 #define FSI U_FIRST_STRONG_ISOLATE macro
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | unicode.dart | 77 static const String FSI = '\u2068'; 81 /// End the scope of the last [LRI], [RLI], or [FSI].
|
/third_party/icu/icu4c/source/common/ |
D | ubidiimp.h | 64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 539 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 545 if(dirProp==FSI) { in getDirProps()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidiimp.h | 64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 539 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 545 if(dirProp==FSI) { in getDirProps()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 539 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 545 if(dirProp==FSI) { in getDirProps()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator 86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 539 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 545 if(dirProp==FSI) { in getDirProps()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 952 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi 1147 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1888 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 1894 if (dirProp == FSI) { in getDirProps()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 977 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi 1171 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1922 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 1928 if (dirProp == FSI) { in getDirProps()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 42 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestData.java | 45 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | semantics_debugger.dart | 278 label = '${Unicode.FSI}${data.label}${Unicode.PDI}';
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 421 auto FSI = StoreNPcMap.find (IntNo); in SelectNewCircIntrinsic() local 422 if (FSI != StoreNPcMap.end()) { in SelectNewCircIntrinsic() 436 MachineSDNode *Res = CurDAG->getMachineNode(FSI->second, DL, RTys, Ops); in SelectNewCircIntrinsic()
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | text.dart | 398 return Unicode.FSI;
|
/third_party/eudev/hwdb/ |
D | 20-acpi-vendor.hwdb | 2670 acpi:FSI*:
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 2215 bc ; FSI ; First_Strong_Isolate
|
D | ppucd.txt | 152 value;bc;FSI;First_Strong_Isolate 9700 cp;2068;age=6.3;bc=FSI;Bidi_C;CI;CWKCF;DI;gc=Cf;GCB=CN;-Gr_Base;lb=CM;na=FIRST STRONG ISOLATE;Name_…
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 3136 bc ; FSI ; First_Strong_Isolate
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 3136 bc ; FSI ; First_Strong_Isolate
|