Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/testdata/
DBidiTest.txt125 FSI; 3
144 FSI; 4
266 FSI LRE; 3
267 FSI LRO; 3
268 FSI RLE; 3
269 FSI RLO; 3
270 FSI PDF; 3
271 FSI BN; 3
349 FSI LRE; 4
350 FSI LRO; 4
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt125 FSI; 3
144 FSI; 4
266 FSI LRE; 3
267 FSI LRO; 3
268 FSI RLE; 3
269 FSI RLO; 3
270 FSI PDF; 3
271 FSI BN; 3
349 FSI LRE; 4
350 FSI LRO; 4
[all …]
DUnicodeData.txt7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt125 FSI; 3
144 FSI; 4
266 FSI LRE; 3
267 FSI LRO; 3
268 FSI RLE; 3
269 FSI RLO; 3
270 FSI PDF; 3
271 FSI BN; 3
349 FSI LRE; 4
350 FSI LRO; 4
[all …]
DUnicodeData.txt7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
/external/clang/include/clang/Sema/
DScopeInfo.h562 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
563 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda in classof()
564 || FSI->Kind == SK_CapturedRegion; in classof()
590 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
591 return FSI->Kind == SK_Block; in classof()
632 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
633 return FSI->Kind == SK_CapturedRegion; in classof()
722 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument
723 return FSI->Kind == SK_Lambda; in classof()
DSema.h8961 FormatStringInfo *FSI);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h54 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/autotest/client/site_tests/bluetooth_IDCheck/
Dcontrol22 should not FSI without an assigned Bluetooth ID from Google.
/external/icu/icu4c/source/common/
Dubidiimp.h53 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator
83 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.c540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps()
546 if(dirProp==FSI) { in getDirProps()
/external/clang/lib/Sema/
DSemaStmt.cpp3582 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock() local
3585 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) { in ActOnCXXTryBlock()
3587 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'"; in ActOnCXXTryBlock()
3656 FSI->setHasCXXTry(TryLoc); in ActOnCXXTryBlock()
3665 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock() local
3670 if (FSI->FirstCXXTryLoc.isValid()) { in ActOnSEHTryBlock()
3672 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"; in ActOnSEHTryBlock()
3676 FSI->setHasSEHTry(TryLoc); in ActOnSEHTryBlock()
DSemaChecking.cpp1162 FormatStringInfo *FSI) { in getFormatStringInfo() argument
1163 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
1164 FSI->FormatIdx = Format->getFormatIdx() - 1; in getFormatStringInfo()
1165 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
1171 if(FSI->FormatIdx == 0) in getFormatStringInfo()
1173 --FSI->FormatIdx; in getFormatStringInfo()
1174 if (FSI->FirstDataArg != 0) in getFormatStringInfo()
1175 --FSI->FirstDataArg; in getFormatStringInfo()
1217 FormatStringInfo FSI; in GetFormatNSStringIdx() local
1219 getFormatStringInfo(Format, false, &FSI)) { in GetFormatNSStringIdx()
[all …]
DSemaExpr.cpp13069 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable() local
13070 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI); in tryCaptureVariable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java970 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi
1161 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1912 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps()
1918 if (dirProp == FSI) { in getDirProps()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java945 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in Bidi
1135 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1876 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps()
1882 if (dirProp == FSI) { in getDirProps()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java40 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.java41 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
/external/clang/lib/AST/
DExpr.cpp620 FunctionTemplateSpecializationInfo *FSI in ComputeName() local
622 if (FSI && !FSI->isExplicitSpecialization()) { in ComputeName()
624 = FSI->getTemplate()->getTemplateParameters(); in ComputeName()
625 const TemplateArgumentList* Args = FSI->TemplateArguments; in ComputeName()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt780 bc ; FSI ; First_Strong_Isolate
Dppucd.txt139 value;bc;FSI;First_Strong_Isolate
9432 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.txt7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;