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

  /external/regex-re2/re2/
set.cc 78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
regexp.h 390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
398 // Like Alternate but does not factor out common prefixes.
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
regexp.cc 258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) {
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 72 * with information on each alternate protocol enabled server. Otherwise,
139 * Creates a table printer to print out the list of alternate protocol
146 tablePrinter.addHeaderCell('Alternate Protocol');
dataview.js 297 text.push('Use Alternate Protocol: ' +
320 text.push(' Alternate Protocol Mappings');
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 105 HB_UShort* Alternate; /* array of alternate glyph IDs */
107 Alternate array */
458 HB_AlternateSubst alternate; member in union:HB_GSUB_SubTable_
harfbuzz-gsub.c 542 as->Alternate = NULL;
544 if ( ALLOC_ARRAY( as->Alternate, count, HB_UShort ) )
547 a = as->Alternate;
566 FREE( as->Alternate );
576 HB_AlternateSubst* as = &st->alternate;
647 HB_AlternateSubst* as = &st->alternate;
676 HB_AlternateSubst* as = &st->alternate;
694 /* we use a user-defined callback function to get the alternate index */
698 aset.GlyphCount, aset.Alternate,
703 value = aset.Alternate[alt_index]
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 105 HB_UShort* Alternate; /* array of alternate glyph IDs */
107 Alternate array */
458 HB_AlternateSubst alternate; member in union:HB_GSUB_SubTable_
harfbuzz-gsub.c 542 as->Alternate = NULL;
544 if ( ALLOC_ARRAY( as->Alternate, count, HB_UShort ) )
547 a = as->Alternate;
566 FREE( as->Alternate );
576 HB_AlternateSubst* as = &st->alternate;
647 HB_AlternateSubst* as = &st->alternate;
676 HB_AlternateSubst* as = &st->alternate;
694 /* we use a user-defined callback function to get the alternate index */
698 aset.GlyphCount, aset.Alternate,
703 value = aset.Alternate[alt_index]
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
1064 Alternate = 3,
1079 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c))
1113 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon8446
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]

Completed in 252 milliseconds