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

1 2

  /external/icu4c/data/brkitr/
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...]
word.txt 30 $Extend = [\p{Word_Break = Extend}];
57 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
61 # Rules 4 Ignore Format and Extend characters,
65 $KatakanaEx = $Katakana ($Extend | $Format)*;
66 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
67 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
68 $MidLetterEx = $MidLetter ($Extend | $Format)*;
69 $MidNumEx = $MidNum ($Extend | $Format)*;
70 $NumericEx = $Numeric ($Extend | $Format)*
    [all...]
word_POSIX.txt 30 $Extend = [\p{Word_Break = Extend}];
57 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
61 # Rules 4 Ignore Format and Extend characters,
65 $KatakanaEx = $Katakana ($Extend | $Format)*;
66 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
67 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
68 $MidLetterEx = $MidLetter ($Extend | $Format)*;
69 $MidNumEx = $MidNum ($Extend | $Format)*;
70 $NumericEx = $Numeric ($Extend | $Format)*
    [all...]
char.txt 19 $Extend = [\p{Grapheme_Cluster_Break = Extend}];
47 [^$Control $CR $LF] $Extend;
63 $Extend [^$Control $CR $LF];
  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.h 15 // crc32c of some string A. Extend() is often used to maintain the
17 extern uint32_t Extend(uint32_t init_crc, const char* data, size_t n);
21 return Extend(0, data, n);
crc32c_test.cc 54 TEST(CRC, Extend) {
56 Extend(Value("hello ", 6), "world", 5));
  /external/clang/lib/CodeGen/
ABIInfo.h 51 /// Extend - Valid only for integer argument types. Same as 'direct'
53 Extend,
98 return ABIArgInfo(Extend, T, 0, false, false, false, false, 0);
101 return ABIArgInfo(Extend, T, 0, false, false, true, false, 0);
127 bool isExtend() const { return TheKind == Extend; }
133 return TheKind == Direct || TheKind == Extend;
136 // Direct/Extend accessors
138 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
CGCall.cpp 465 // them are direct or extend without a specified coerce type, specify the
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 362 /// \brief Extend the current nested-name-specifier by another
373 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
376 /// \brief Extend the current nested-name-specifier by another
387 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
390 /// \brief Extend the current nested-name-specifier by another
401 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
404 /// \brief Extend the current nested-name-specifier by another
416 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
  /art/runtime/
memory_region.h 70 void Extend(const MemoryRegion& region, uintptr_t extra) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc 93 TEST_F(TruncateOperationTest, Extend) {
102 file_size + 10, // Extend to 10 bytes.
  /external/chromium_org/third_party/leveldatabase/src/db/
log_writer.cc 86 uint32_t crc = crc32c::Extend(type_crc_[t], ptr, n);
  /external/clang/lib/Sema/
DeclSpec.cpp 55 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
57 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
66 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
69 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
79 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
82 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
92 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
95 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
    [all...]
SemaCXXScopeSpec.cpp 388 /// dependent context, for example. Nor will it extend \p SS with the scope
481 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
568 // don't extend the nested-name-specifier. Just return now.
573 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
578 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
620 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
639 // resolve Identifier, then extend the SS with Identifier. This will have
658 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
715 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
780 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T)
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 500 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
513 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
525 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
537 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /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();
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
  /external/chromium_org/v8/src/
handles-inl.h 170 if (cur == current->limit) cur = Extend(isolate);
json-stringifier.h 54 void Extend();
345 if (current_index_ == part_length_) Extend();
486 Extend(); // Attach current part and allocate new part.
707 void BasicJsonStringifier::Extend() {
handles.h 177 // Extend the handle scope making room for more handles.
178 static internal::Object** Extend(Isolate* isolate);
  /external/clang/include/clang/Sema/
DeclSpec.h 83 /// \brief Extend the current nested-name-specifier by another
94 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
97 /// \brief Extend the current nested-name-specifier by another
108 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
111 /// \brief Extend the current nested-name-specifier by another
122 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
125 /// \brief Extend the current nested-name-specifier by another
137 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
    [all...]

Completed in 2307 milliseconds

1 2