Searched refs:FSI (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.h54 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h54 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/clang/include/clang/Sema/
H A DScopeInfo.h512 static bool classof(const FunctionScopeInfo *FSI) { argument
513 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
514 || FSI->Kind == SK_CapturedRegion;
540 static bool classof(const FunctionScopeInfo *FSI) { argument
541 return FSI->Kind == SK_Block;
582 static bool classof(const FunctionScopeInfo *FSI) { argument
583 return FSI->Kind == SK_CapturedRegion;
681 static bool classof(const FunctionScopeInfo *FSI) { argument
682 return FSI
[all...]
H A DSema.h8199 FormatStringInfo *FSI);
/external/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator in enum:__anon11941
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
113 * characters which are ignored: unmatched PDF or PDI; LRx, RLx or FSI
H A Dubidi.c64 * after the initial setup, except for FSI which is changed to either
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
446 NOT_SEEKING_STRONG, /* 0: not contextual paraLevel, not after FSI */
448 SEEKING_STRONG_FOR_FSI, /* 2: looking for first strong after FSI */
449 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
536 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
542 if(dirProp==FSI)
594 if(dirProps[previousStateStack[UBIDI_MAX_EXPLICIT_LEVEL]]!=FSI)
597 /* Resolve direction of still unresolved open FSI sequence
[all...]
/external/icu/icu4c/source/common/
H A Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator in enum:__anon21731
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
H A Dubidi.c64 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
424 * When encountering an FSI, it is initially replaced with an LRI, which is the
449 NOT_SEEKING_STRONG, /* 0: not contextual paraLevel, not after FSI */
451 SEEKING_STRONG_FOR_FSI, /* 2: looking for first strong after FSI */
452 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
546 if(dirProp==FSI) {
603 /* Resolve direction of still unresolved open FSI sequence
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp681 FormatStringInfo *FSI) {
682 FSI->HasVAListArg = Format->getFirstArg() == 0;
683 FSI->FormatIdx = Format->getFormatIdx() - 1;
684 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
690 if(FSI->FormatIdx == 0)
692 --FSI->FormatIdx;
693 if (FSI->FirstDataArg != 0)
694 --FSI->FirstDataArg;
2214 FormatStringInfo FSI; local
680 getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, FormatStringInfo *FSI) argument
[all...]
H A DSemaExpr.cpp12129 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex];
12130 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI);
/external/clang/lib/AST/
H A DExpr.cpp574 FunctionTemplateSpecializationInfo *FSI local
576 if (FSI && !FSI->isExplicitSpecialization()) {
578 = FSI->getTemplate()->getTemplateParameters();
579 const TemplateArgumentList* Args = FSI->TemplateArguments;
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 3076 milliseconds