HomeSort by relevance Sort by last modified time
    Searched full:gsub (Results 151 - 175 of 186) sorted by null

1 2 3 4 5 67 8

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 131 text.gsub( /\\(?:([abefnrstv])|([0-7]{3})|x([0-9a-fA-F]{2})|(.))/ ) do
154 token.text.gsub( /\A<<<\r?\n?|\r?\n?>>>\Z/, '' )
  /external/chromium_org/third_party/ots/src/
ots.cc 132 // We need to parse GDEF table in advance of parsing GSUB/GPOS tables
138 { "GSUB", ots::ots_gsub_parse, ots::ots_gsub_serialise,
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.c 456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type );
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type );
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftheader.h 653 * GPOS, GSUB, JSTF).
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 230 /* Just pass on the two characters separately, let GSUB do its magic. */
hb-ot-layout-common-private.hh 599 /* Real sanitize of the subtables is done by GSUB/GPOS/... */
609 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
    [all...]
hb-ot-shape-complex-indic.cc 484 map->get_stage_lookups (0/*GSUB*/,
485 map->get_feature_stage (0/*GSUB*/, feature_tag),
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 58 flag = flag:gsub("%-", "_")
  /external/freetype/include/config/
ftheader.h 653 * GPOS, GSUB, JSTF).
  /external/harfbuzz_ng/src/
Makefile.am 85 hb-ot-layout-gsub-table.hh \
hb-ot-shape-normalize.cc 230 /* Just pass on the two characters separately, let GSUB do its magic. */
hb-ot-layout-common-private.hh 600 /* Real sanitize of the subtables is done by GSUB/GPOS/... */
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
    [all...]
hb-ot-shape-complex-indic.cc 485 map->get_stage_lookups (0/*GSUB*/,
486 map->get_feature_stage (0/*GSUB*/, feature_tag),
    [all...]
  /external/icu/icu4c/source/layout/
LETypes.h 448 LE_GSUB_TABLE_TAG = 0x47535542UL, /**< 'GSUB' */
IndicClassTables.cpp 242 // FIXME: post 'GSUB' reordering of MATRA_PRE's for Malayalam and Tamil
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftheader.h 653 * GPOS, GSUB, JSTF).
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftheader.h 653 * GPOS, GSUB, JSTF).
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 128 encoded_string.gsub /\r\n?/, "\n"
130 s.gsub /\r\n?/, "\n"
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 110 the font will return a virtual GID. This is valid for GSUB and cmap
112 values for virtual GI's used in GSUB/GPOS rules. If the gid N is requested
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 56 """ Create a top-level OTFWriter for the GPOS/GSUB table.
656 # Simpler variant of toXML, *only* for the top level tables (like GPOS, GSUB).
  /external/chromium_org/third_party/skia/third_party/lua/doc/
contents.html 299 <A HREF="manual.html#pdf-string.gsub">string.gsub</A><BR>
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 685 expected_tree = <<-END.strip!.gsub!( /\s+/, ' ' )
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 464 source.gsub(/\s+/, ' ')[0...limit]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 707 // BASE, GDEF, GSUB, GPOS, JSTF - all used for layout
  /external/openssl/
import_openssl.sh 222 unsorted_flags="$(awk '/^CFLAG=/ { sub(/^CFLAG= .*-Wall /, ""); gsub(/-D/, ""); print; }' Makefile)"

Completed in 7859 milliseconds

1 2 3 4 5 67 8