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

1 2 34 5 6 7 8

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.cpp     [all...]
harfbuzz-gdef.h 88 one more field for some obscure reason, we must parse the GSUB table
harfbuzz-shaper.h 31 #include "harfbuzz-gsub.h"
200 HB_GSUB gsub; member in struct:HB_FaceRec_
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 92 * GSUB/GPOS feature query and enumeration interface
233 * GSUB
hb-ot-layout-gsub-table.hh 1352 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1359 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
hb-ot-shape-complex-private.hh 305 * GSUB/GPOS needed, so there may be no scripts found! */
348 * GSUB/GPOS needed, so there may be no scripts found! */
hb-ot-shape-complex-thai.cc 267 * We implement that only if there exist no Thai GSUB in the font.
359 /* If font has Thai GSUB, we are done. */
  /external/chromium_org/third_party/ots/src/
ots.h 194 F(gsub, GSUB) \
gdef.cc 11 #include "gsub.h"
374 (file->gsub && file->gsub->data == NULL) ||
  /external/harfbuzz_ng/src/
hb-ot-layout.h 92 * GSUB/GPOS feature query and enumeration interface
241 * GSUB
hb-ot-layout-gsub-table.hh 1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
hb-ot-shape-complex-private.hh 309 * GSUB/GPOS needed, so there may be no scripts found! */
352 * GSUB/GPOS needed, so there may be no scripts found! */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 62 if (gsub("^CPU=", "",arg)) { cpu_eMHz = arg; }
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
  /external/fonttools/Doc/
changes.txt 76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
118 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping
119 of GPOS/GSUB is for now disabled)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 16 text = text.gsub(/\"/, '\\"')
  /external/chromium_org/remoting/host/installer/linux/debian/
chrome-remote-desktop.init 27 awk -F ':' '{ gsub(",", " ", $4); print $4 }')
  /external/chromium_org/third_party/ots/test/
SConstruct 24 '../src/gsub.cc',
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.h 62 static const int32_t GSUB;
  /external/sfntly/cpp/src/sfntly/
tag.h 62 static const int32_t GSUB;
  /prebuilts/misc/common/swig/include/2.0.11/r/
srun.swg 48 function(value, obj = new(gsub("Ref$", "", class(value))))
  /ndk/sources/host-tools/nawk-20071023/
run.c 1268 /* cf gsub and refldbld */
1805 Cell *gsub(Node **a, int nnn) \/* global substitute *\/ function
    [all...]
lex.c 65 { "gsub", GSUB, GSUB },
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 52 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
113 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
543 if overflowRecord.tableType == 'GSUB':
625 splitTable = { 'GSUB': {
721 'GSUB': {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 22 var escapedString = this.gsub(object, /[\x00-\x1f\\]/, function(match) {
45 gsub: function(source, pattern, replacement) {
61 this.gsub(source, pattern, iterator);
200 DrNicTest.gsub.prepareReplacement = function(replacement) {
215 return DrNicTest.gsub(this.template, this.pattern, function(match) {
227 var comp = (match[1].indexOf('[]') === 0) ? match[2].gsub('\\\\]', ']') : match[1];
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 222 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, "\\\\\\1" )
223 token.gsub!( /\n/, "'\n'" )

Completed in 4331 milliseconds

1 2 34 5 6 7 8