/external/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 125 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/ |
D | BidiTest.txt | 125 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 …]
|
D | UnicodeData.txt | 7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | BidiTest.txt | 125 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 …]
|
D | UnicodeData.txt | 7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 562 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()
|
D | Sema.h | 8961 FormatStringInfo *FSI);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 54 #define FSI U_FIRST_STRONG_ISOLATE macro
|
/external/autotest/client/site_tests/bluetooth_IDCheck/ |
D | control | 22 should not FSI without an assigned Bluetooth ID from Google.
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 53 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator 83 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.c | 540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 546 if(dirProp==FSI) { in getDirProps()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3582 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()
|
D | SemaChecking.cpp | 1162 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 …]
|
D | SemaExpr.cpp | 13069 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/ |
D | Bidi.java | 970 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/ |
D | Bidi.java | 945 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/ |
D | TestData.java | 40 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestData.java | 41 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in TestData
|
/external/clang/lib/AST/ |
D | Expr.cpp | 620 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/ |
D | changes.txt | 780 bc ; FSI ; First_Strong_Isolate
|
D | ppucd.txt | 139 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_…
|
D | UnicodeData.txt | 7213 2068;FIRST STRONG ISOLATE;Cf;0;FSI;;;;;N;;;;;
|