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

1 2 3 4 5 6 7 8

  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
MANIFEST 2 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
MANIFEST 2 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/
MANIFEST 3 gsub
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
MANIFEST 3 gsub
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub.h 85 HB_GSUBHeader** gsub,
90 HB_Error HB_Done_GSUB_Table( HB_GSUBHeader* gsub );
93 HB_Error HB_GSUB_Select_Script( HB_GSUBHeader* gsub,
97 HB_Error HB_GSUB_Select_Language( HB_GSUBHeader* gsub,
103 HB_Error HB_GSUB_Select_Feature( HB_GSUBHeader* gsub,
110 HB_Error HB_GSUB_Query_Scripts( HB_GSUBHeader* gsub,
113 HB_Error HB_GSUB_Query_Languages( HB_GSUBHeader* gsub,
117 HB_Error HB_GSUB_Query_Features( HB_GSUBHeader* gsub,
123 HB_Error HB_GSUB_Add_Feature( HB_GSUBHeader* gsub,
127 HB_Error HB_GSUB_Clear_Features( HB_GSUBHeader* gsub );
    [all...]
Makefile.am 11 harfbuzz-gsub.c \
32 harfbuzz-gsub.h \
45 harfbuzz-gsub-private.h \
harfbuzz-dump-main.c 49 HB_GSUB gsub; local
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
69 HB_Dump_GSUB_Table (gsub, stdout);
71 if ((error = HB_Done_GSUB_Table (gsub)))
  /external/chromium_org/third_party/ots/test/
table_dependencies_test.cc 7 #include "gsub.h"
33 SET_LAYOUT_TABLE(gsub, GSUB);
39 DROP_TABLE(gsub);
66 DROP_LAYOUT_TABLE(gsub);
68 DROP_TABLE(gsub);
73 DROP_LAYOUT_TABLE(gsub);
75 DROP_TABLE(gsub);
  /external/chromium_org/third_party/sqlite/src/tool/
opcodeDoc.awk 16 gsub(/</,"&lt;")
17 gsub(/&/,"&amp;")
  /external/valgrind/main/tests/
check_makefile_consistency 29 gsub("^ *", "", varname)
30 gsub(" *=.*", "", varname)
32 gsub("^ *[A-Za-z_]* *= *", "", value)
36 gsub("\\$\\( *" v " *\\)", var[v])
39 gsub("^\\$\\( *addsuffix *", "", suffix)
40 gsub(",.*", "", suffix)
42 gsub("^\\$\\( *addsuffix *[^,)]*, *", "", names)
43 gsub("\\).*", "", names)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 50 if (gsub("^what=", "",arg)) { what = arg }
51 else if (gsub("^to=", "",arg)) { to = arg }
52 else if (gsub("^from=", "",arg)) { from = arg }
53 else if (gsub("^how=", "",arg)) { how = arg }
54 else if (gsub("^who=", "",arg)) { who = arg }
55 else if (gsub("^boundary=","",arg)) { boundary = arg }
56 else if (gsub("^after=", "",arg)) { after = arg }
57 else if (gsub("^debug=", "",arg)) { debug = arg }
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
59 else if (gsub("^min=", "",arg)) { min = (arg)
    [all...]
  /external/bison/examples/
extexi 114 gsub (/"@value\{VERSION\}"/, "\"" VERSION "\"", line)
115 gsub (/^@result\{\}/, "", line);
116 gsub (/^@error\{\}/, "", line);
117 gsub ("@[{]", "{", line);
118 gsub ("@}", "}", line);
119 gsub ("@@", "@", line);
120 gsub ("@comment.*", "", line);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 16 self.gsub!( exp,'' )
25 here_indent!( chr ).gsub!( /\n\s+/,' ' )
37 gsub( /^/, ' ' * n )
39 gsub( /^ {0,#{ -n }}/, "" )
87 gsub( /\n\s*\Z/,'' ).gsub( /^\s*[#{ d }]/, '' )
89 gsub( /\n\s*\Z/,'' ).gsub( /^\s*[#{ d }]/, ' ' * n )
105 return gsub( /\t/, "" ) if n == 0
106 return gsub( /\t/, " " ) if n ==
    [all...]
  /external/chromium_org/third_party/ots/src/
gsub.cc 5 #include "gsub.h"
15 // GSUB - The Glyph Substitution Table
16 // http://www.microsoft.com/typography/otspec/gsub.htm
20 // The GSUB header size
401 file->gsub->num_lookups);
411 file->gsub->num_lookups);
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
535 // As far as I checked, following fonts contain invalid values in GSUB table.
536 // OTS will drop their GSUB table
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; local
    [all...]
layout.h 52 // Parser for 'Contextual' subtable shared by GSUB/GPOS tables.
57 // Parser for 'Chaining Contextual' subtable shared by GSUB/GPOS tables.
  /external/icu/icu4c/source/layout/
IndicLayoutEngine.h 32 * and reordering, and the glyphProcessing method to implement post-GSUB processing for
42 * a particular font, script and language. It takes the GSUB table as a parameter since
43 * LayoutEngine::layoutEngineFactory has to read the GSUB table to know that it has an
49 * @param gsubTable - the GSUB table
62 * This constructor is used when the font requires a "canned" GSUB table which can't be known
127 * This method does character to glyph mapping, applies the GSUB table and applies
128 * any post GSUB fixups for left matras. It calls OpenTypeLayoutEngine::glyphProcessing
129 * to do the character to glyph mapping, and apply the GSUB table.
131 * Note that in the case of "canned" GSUB tables, the output glyph indices may be
OpenTypeLayoutEngine.h 23 * fonts which have GSUB and GPOS tables associated with them. In order to do this,
31 * 2) Glyph processing - This step performs character to glyph mapping,and uses the GSUB
34 * 3) Glyph post processing - in cases where the font doesn't directly contain a GSUB table,
35 * the previous two steps may have generated "fake" glyph indices to use with a "canned" GSUB
51 * a particular font, script and language. It takes the GSUB table as a parameter since
52 * LayoutEngine::layoutEngineFactory has to read the GSUB table to know that it has an
58 * @param gsubTable - the GSUB table
70 * This constructor is used when the font requires a "canned" GSUB table which can't be known
203 * The address of the GSUB table.
225 * preformed by the GSUB table. This is used for som
    [all...]
  /ndk/build/awk/
gen-cygwin-deps-converter.awk 96 gsub("\\\\","/",$1)
169 gsub("\\^","\\^",str)
170 gsub("\\.","\\.",str)
171 gsub("\\[","\\[",str)
172 gsub("\\]","\\]",str)
173 gsub("\\$","\\$",str)
174 gsub("\\(","\\(",str)
175 gsub("\\)","\\)",str)
176 gsub("\\+","\\+",str)
177 gsub("\\{","\\{",str
    [all...]

Completed in 1099 milliseconds

1 2 3 4 5 6 7 8