Home
last modified time | relevance | path

Searched refs:FSI (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/test/testdata/
DBidiTest.txt126 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/
DBidiTest.txt126 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/
DBidiTest.txt126 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/
Dcbiditst.h53 #define FSI U_FIRST_STRONG_ISOLATE macro
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dunicode.dart77 static const String FSI = '\u2068';
81 /// End the scope of the last [LRI], [RLI], or [FSI].
/third_party/icu/icu4c/source/common/
Dubidiimp.h64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp539 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/
Dubidiimp.h64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp539 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/
Dubidiimp.h64 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp539 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/
Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp539 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/
DBidi.java952 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/
DBidi.java977 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/
DTestData.java42 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/
DTestData.java45 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsemantics_debugger.dart278 label = '${Unicode.FSI}${data.label}${Unicode.PDI}';
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp421 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/
Dtext.dart398 return Unicode.FSI;
/third_party/eudev/hwdb/
D20-acpi-vendor.hwdb2670 acpi:FSI*:
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt2215 bc ; FSI ; First_Strong_Isolate
Dppucd.txt152 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/
Dchanges.txt3136 bc ; FSI ; First_Strong_Isolate
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt3136 bc ; FSI ; First_Strong_Isolate

12