/external/icu/icu4c/source/data/brkitr/ |
H A D | 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 | [all...] |
H A D | 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 | [all...] |
H A D | word.txt | 30 $Extend = [\p{Word_Break = Extend}]; 61 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]]; 65 # Rules 4 Ignore Format and Extend characters, 69 $KatakanaEx = $Katakana ($Extend | $Format)*; 70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*; 71 $ALetterEx = $ALetterPlus ($Extend | $Format)*; 72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*; 73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*; 74 $MidNumLetEx = $MidNumLet ($Extend | [all...] |
H A D | word_POSIX.txt | 30 $Extend = [\p{Word_Break = Extend}]; 61 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]]; 65 # Rules 4 Ignore Format and Extend characters, 69 $KatakanaEx = $Katakana ($Extend | $Format)*; 70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*; 71 $ALetterEx = $ALetterPlus ($Extend | $Format)*; 72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*; 73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*; 74 $MidNumLetEx = $MidNumLet ($Extend | [all...] |
H A D | 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/ |
H A D | 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);
|
H A D | crc32c_test.cc | 54 TEST(CRC, Extend) { 56 Extend(Value("hello ", 6), "world", 5));
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfType2ShadingDictionary_autogen.h | 44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
|
H A D | SkPdfType3ShadingDictionary_autogen.h | 44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
|
H A D | SkPdfType2ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType2ShadingDictionary::Extend(SkPdfNativeDoc* doc) { function in class:SkPdfType2ShadingDictionary 48 SkPdfNativeObject* ret = get("Extend", ""); 56 return get("Extend", "") != NULL;
|
H A D | SkPdfType3ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType3ShadingDictionary::Extend(SkPdfNativeDoc* doc) { function in class:SkPdfType3ShadingDictionary 48 SkPdfNativeObject* ret = get("Extend", ""); 56 return get("Extend", "") != NULL;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/ |
H A D | mock_audio_vector.h | 38 MOCK_METHOD1(Extend,
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfType2ShadingDictionary_autogen.h | 44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
|
H A D | SkPdfType3ShadingDictionary_autogen.h | 44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
|
H A D | SkPdfType2ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType2ShadingDictionary::Extend(SkPdfNativeDoc* doc) { function in class:SkPdfType2ShadingDictionary 48 SkPdfNativeObject* ret = get("Extend", ""); 56 return get("Extend", "") != NULL;
|
H A D | SkPdfType3ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType3ShadingDictionary::Extend(SkPdfNativeDoc* doc) { function in class:SkPdfType3ShadingDictionary 48 SkPdfNativeObject* ret = get("Extend", ""); 56 return get("Extend", "") != NULL;
|
/external/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 364 /// \brief Extend the current nested-name-specifier by another 375 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 378 /// \brief Extend the current nested-name-specifier by another 389 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 392 /// \brief Extend the current nested-name-specifier by another 403 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 406 /// \brief Extend the current nested-name-specifier by another 418 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
H A D | log_writer.cc | 86 uint32_t crc = crc32c::Extend(type_crc_[t], ptr, n);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
H A D | audio_vector.h | 70 virtual void Extend(size_t extra_length);
|
H A D | audio_multi_vector.cc | 56 channels_[i]->Extend(length); 195 channels_[channel]->Extend(extend_length);
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_coverage_libcdep.cc | 64 void Extend(uptr npcs); 131 if (size) Extend(size); 147 // Extend coverage PC array to fit additional npcs elements. 148 void CoverageData::Extend(uptr npcs) { function in class:__sanitizer::CoverageData 162 // Extend the file and map the new space at the end of pc_array. 371 // Extend() calls to update .sancov.map. 374 coverage_data.Extend(npcs);
|
/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 47 /// Extend - Valid only for integer argument types. Same as 'direct' 49 Extend, 113 auto AI = ABIArgInfo(Extend); 162 bool isExtend() const { return TheKind == Extend; } 169 // Direct/Extend accessors
|
/external/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 56 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, function in class:CXXScopeSpec 58 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); 67 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, function in class:CXXScopeSpec 70 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); 80 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, function in class:CXXScopeSpec 83 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); 93 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, function in class:CXXScopeSpec 96 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
|
H A D | SemaCXXScopeSpec.cpp | 505 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); 621 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc); 626 SS.Extend(Context, Alias, IdentifierLoc, CCLoc); 668 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 706 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); 767 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 833 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), 878 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T),
|
/external/compiler-rt/lib/builtins/ |
H A D | fp_extend_impl.inc | 71 // Extend to the destination type by shifting the significand and
|