HomeSort by relevance Sort by last modified time
    Searched refs:Extend (Results 1 - 25 of 30) sorted by null

1 2

  /external/icu4c/data/brkitr/
word_ja.txt 30 $Extend = [\p{Word_Break = Extend}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*
    [all...]
word.txt 30 $Extend = [\p{Word_Break = Extend}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*
    [all...]
word_POSIX.txt 30 $Extend = [\p{Word_Break = Extend}];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
52 # Rules 4 Ignore Format and Extend characters,
55 $KatakanaEx = $Katakana ($Extend | $Format)*;
56 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
57 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
58 $MidLetterEx = $MidLetter ($Extend | $Format)*;
59 $MidNumEx = $MidNum ($Extend | $Format)*;
60 $NumericEx = $Numeric ($Extend | $Format)*
    [all...]
sent.txt 18 $Extend = [\p{Sentence_Break = Extend}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*
    [all...]
sent_el.txt 18 $Extend = [\p{Sentence_Break = Extend}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*
    [all...]
char_th.txt 18 $Extend = [\p{Grapheme_Cluster_Break = Extend} [\u0E33 \u0EB3]];
42 [^$Control $CR $LF] $Extend;
52 $Extend [^$Control $CR $LF];
char.txt 19 $Extend = [\p{Grapheme_Cluster_Break = Extend}];
44 [^$Control $CR $LF] $Extend;
58 $Extend [^$Control $CR $LF];
  /external/libvpx/vp8/common/
extend.h 17 void Extend(YV12_BUFFER_CONFIG *ybf);
  /external/clang/lib/CodeGen/
ABIInfo.h 49 /// Extend - Valid only for integer argument types. Same as 'direct'
51 Extend,
91 return ABIArgInfo(Extend, T, 0);
106 bool isExtend() const { return TheKind == Extend; }
112 return TheKind == Direct || TheKind == Extend;
115 // Direct/Extend accessors
117 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
CGCall.cpp 374 // them are direct or extend without a specified coerce type, specify the
792 case ABIArgInfo::Extend:
828 case ABIArgInfo::Extend:
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 359 /// \brief Extend the current nested-name-specifier by another
370 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
373 /// \brief Extend the current nested-name-specifier by another
384 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
387 /// \brief Extend the current nested-name-specifier by another
398 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
401 /// \brief Extend the current nested-name-specifier by another
413 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
  /external/clang/utils/TableGen/
NeonEmitter.cpp 541 // Use the vmovl builtin to sign-extend or zero-extend a vector.
542 static std::string Extend(StringRef typestr, const std::string &a) {
610 s += Extend(typestr, "__a") + " + " + Extend(typestr, "__b") + ";";
613 s += "__a + " + Extend(typestr, "__b") + ";";
619 s += Extend(typestr, "__a") + " - " + Extend(typestr, "__b") + ";";
622 s += "__a - " + Extend(typestr, "__b") + ";";
793 s += Extend(utype, abd) + ";"
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
    [all...]
SemaCXXScopeSpec.cpp 410 /// dependent context, for example. Nor will it extend \p SS with the scope
503 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
582 // don't extend the nested-name-specifier. Just return now.
587 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
592 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
634 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
653 // resolve Identifier, then extend the SS with Identifier. This will have
672 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
729 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
795 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T)
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 499 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
512 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
524 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
536 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
cvvecfacetracking.cpp 269 Extend(roi, 1);
489 Extend(r, d);
    [all...]
  /external/v8/src/
handles-inl.h 138 if (cur == current->limit) cur = Extend();
handles.h 153 // Extend the handle scope making room for more handles.
154 static internal::Object** Extend();
jsregexp.h 345 OutSet* Extend(unsigned value);
351 // to use Extend instead to ensure that only one instance exists
381 void AddValue(int value) { out_set_ = out_set_->Extend(value); }
    [all...]
handles.cc 58 Object** HandleScope::Extend() {
84 // If we still haven't found a slot for the handle, we extend the
    [all...]
jsregexp.cc     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 79 /// \brief Extend the current nested-name-specifier by another
90 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
93 /// \brief Extend the current nested-name-specifier by another
104 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
107 /// \brief Extend the current nested-name-specifier by another
118 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
121 /// \brief Extend the current nested-name-specifier by another
133 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 435 // Already exists? Extend old live interval.
437 bool Extend = ValNo != 0;
438 if (!Extend)
693 // Extend intervals to reach all uses in WorkList.
701 // Extend the live range for VNI to be live at Idx.
    [all...]
  /external/zlib/
make_vms.com 351 $! 0.03 20060202 Extend handling of GNU C

Completed in 496 milliseconds

1 2