HomeSort by relevance Sort by last modified time
    Searched refs:FSI (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 54 #define FSI U_FIRST_STRONG_ISOLATE
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 54 #define FSI U_FIRST_STRONG_ISOLATE
  /external/clang/include/clang/Sema/
ScopeInfo.h 512 static bool classof(const FunctionScopeInfo *FSI) {
513 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
514 || FSI->Kind == SK_CapturedRegion;
540 static bool classof(const FunctionScopeInfo *FSI) {
541 return FSI->Kind == SK_Block;
582 static bool classof(const FunctionScopeInfo *FSI) {
583 return FSI->Kind == SK_CapturedRegion;
681 static bool classof(const FunctionScopeInfo *FSI) {
682 return FSI->Kind == SK_Lambda
    [all...]
Sema.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */
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
ubidi.c 64 * 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 sequences *
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.c 64 * 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 sequences *
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 681 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;
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 574 FunctionTemplateSpecializationInfo *FSI
576 if (FSI && !FSI->isExplicitSpecialization()) {
578 = FSI->getTemplate()->getTemplateParameters();
579 const TemplateArgumentList* Args = FSI->TemplateArguments;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 299 milliseconds