Home
last modified time | relevance | path

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

/external/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 …]
/external/icu/android_icu4j/src/main/tests/android/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 …]
DUnicodeData.txt7261 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
/external/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 …]
DUnicodeData.txt7261 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
/external/clang/include/clang/Sema/
DScopeInfo.h590 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
591 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda in classof()
592 || FSI->Kind == SK_CapturedRegion; in classof()
618 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
619 return FSI->Kind == SK_Block; in classof()
661 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
662 return FSI->Kind == SK_CapturedRegion; in classof()
751 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
752 return FSI->Kind == SK_Lambda; in classof()
DSema.h9343 FormatStringInfo *FSI);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h53 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/autotest/server/site_tests/platform_Flashrom/
Dcontrol18 This test should be executed on one board per type and on every FSI image to
/external/autotest/client/site_tests/bluetooth_IDCheck/
Dcontrol23 A platform should not FSI without an assigned Bluetooth ID from Google.
/external/icu/icu4c/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.c542 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps()
548 if(dirProp==FSI) { in getDirProps()
/external/autotest/server/site_tests/bluetooth_AdapterLEAdvertising/
Dcontrol.multiple54 FSI: fail to set advertising intervals beyond legitimate range
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp485 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f", in visitUDiv() local
489 return SelectInst::Create(Cond, TSI, FSI); in visitUDiv()
/external/clang/lib/Sema/
DSemaStmt.cpp3650 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock() local
3653 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) { in ActOnCXXTryBlock()
3655 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'"; in ActOnCXXTryBlock()
3724 FSI->setHasCXXTry(TryLoc); in ActOnCXXTryBlock()
3733 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock() local
3738 if (FSI->FirstCXXTryLoc.isValid()) { in ActOnSEHTryBlock()
3740 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"; in ActOnSEHTryBlock()
3744 FSI->setHasSEHTry(TryLoc); in ActOnSEHTryBlock()
DSemaChecking.cpp1876 FormatStringInfo *FSI) { in getFormatStringInfo() argument
1877 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
1878 FSI->FormatIdx = Format->getFormatIdx() - 1; in getFormatStringInfo()
1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
1885 if(FSI->FormatIdx == 0) in getFormatStringInfo()
1887 --FSI->FormatIdx; in getFormatStringInfo()
1888 if (FSI->FirstDataArg != 0) in getFormatStringInfo()
1889 --FSI->FirstDataArg; in getFormatStringInfo()
1931 FormatStringInfo FSI; in GetFormatNSStringIdx() local
1933 getFormatStringInfo(Format, false, &FSI)) { in GetFormatNSStringIdx()
[all …]
DSemaExpr.cpp13617 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable() local
13618 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI); in tryCaptureVariable()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java946 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi
1140 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1881 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps()
1887 if (dirProp == FSI) { in getDirProps()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java971 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi
1165 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1916 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps()
1922 if (dirProp == FSI) { in getDirProps()
/external/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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java43 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
/external/clang/lib/AST/
DExpr.cpp609 FunctionTemplateSpecializationInfo *FSI in ComputeName() local
611 if (FSI && !FSI->isExplicitSpecialization()) { in ComputeName()
613 = FSI->getTemplate()->getTemplateParameters(); in ComputeName()
614 const TemplateArgumentList* Args = FSI->TemplateArguments; in ComputeName()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1223 bc ; FSI ; First_Strong_Isolate
Dppucd.txt145 value;bc;FSI;First_Strong_Isolate
9539 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_…
DUnicodeData.txt7261 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;