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

1 2

  /external/freetype/include/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svotval.h 37 FT_Bytes *gsub,
  /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...]
grammar.rb 241 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, '\\\1' )
242 token.gsub!( /\n/, "'\n'" )
321 @output = output.gsub( JAVA_TRACE, '' )
  /build/kati/
runtest.rb 106 log.gsub!(/^NINJACMD: .*\n/, '')
107 log.gsub!(/^ninja: no work to do\.\n/, '')
108 log.gsub!(/^ninja: error: (.*, needed by .*),.*/,
110 log.gsub!(/^ninja: warning: multiple rules generate (.*)\. builds involving this target will not be correct.*$/,
121 log.gsub!(/^FAILED: (.*\n\/bin\/bash)?.*\n/, ninja_failed_subst)
122 log.gsub!(/^ninja: .*\n/, '')
128 log.gsub!(/[`'"]/, '"')
130 log.gsub!(/(\xe2\x80\x98|\xe2\x80\x99)/, '"')
136 expected.gsub!(/^make(?:\[\d+\])?: (Entering|Leaving) directory.*\n/, '')
137 expected.gsub!(/^make(?:\[\d+\])?: /, ''
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 10 str = str.to_s.gsub( /([A-Z]+)([A-Z][a-z])/,'\1_\2' )
11 str.gsub!( /([a-z\d])([A-Z])/,'\1_\2' )
24 here_doc.gsub!( /^ *\| ?/, '' )
27 here_doc.gsub!( /\s+/, ' ' )
main.rb 104 description_string.gsub!( /^ *\| ?/, '' )
105 description_string.gsub!( /\s+/, ' ' )
242 message = error.to_s.gsub( /\n/, "\n " )
282 script = name.gsub( /::/, '' )
task.rb 222 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, "\\\\\\1" )
223 token.gsub!( /\n/, "'\n'" )
dot.rb 168 text and text = text.gsub( /"/, '\\"' )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 16 text = text.gsub(/\"/, '\\"')
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 65 CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub)
67 LoadGSUBTable(gsub);
76 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) {
77 header.Version = gsub[0] << 24 | gsub[1] << 16 | gsub[2] << 8 | gsub[3];
81 header.ScriptList = gsub[4] << 8 | gsub[5];
82 header.FeatureList = gsub[6] << 8 | gsub[7]
    [all...]
ttgsubtable.h 35 explicit CFX_CTTGSUBTable(FT_Bytes gsub);
39 bool LoadGSUBTable(FT_Bytes gsub);
  /external/tcpdump/
makemib 40 # eliminate use of gsub and functions to use classic "awk"), you have to
97 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); }
189 gsub(/[-&\/]/,"",new)
190 gsub(/[-&\/]/,"",parent)
  /external/libpng/scripts/
dfn.awk 169 gsub(/@'/,"\"", line)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 52 cline = string.gsub(line, "^%s*", "")
59 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
63 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
74 cline = string.gsub(cline, "^!.*", "")
79 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
86 cline = string.gsub(cline, "^!.*", "")
picoloadphones.lua 50 cline = string.gsub(line, "^%s*", "")
57 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
61 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
72 cline = string.gsub(cline, "^!.*", "")
77 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
84 cline = string.gsub(cline, "^!.*", "")
  /dalvik/opcode-gen/
opcode-gen.awk 113 gsub(/-/, "_", itype);
259 gsub(/ */, " ", line);
304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore.
305 gsub("[+^]", "", constName[idx]); # Plus and caret are removed.
309 gsub("-", "_", family[idx]); # Dash becomes underscore.
310 gsub("[+^]", "", family[idx]); # Plus and caret are removed.
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
modify_srcu.awk 100 gsub(quote_regexp "|" comment_regexp, "", sep_tmp);
249 gsub(srcu_init_param_name "\\.", "", initializer);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 35 #include "hb-ot-layout-gsub-table.hh"
54 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
55 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
146 layout->gsub_lookup_count = layout->gsub->get_lookup_count ();
149 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
160 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
195 static inline const OT::GSUB&
198 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
199 return *hb_ot_layout_from_face (face)->gsub;
    [all...]
hb-ot-layout-gsub-table.hh 1346 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1353 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
hb-ot-layout-private.hh 73 * GSUB/GPOS
126 struct GSUB;
161 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
194 /* buffer var allocations, used during the GSUB/GPOS processing */
196 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */
197 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
  /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/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 164 | <%= @body.gsub( /^/, ' ' ) %>
  /external/noto-fonts/emoji-compat/
createfont.py 493 """Reads the emoji sequences defined in GSUB and clear all elements under GSUB"""
494 gsub = ttf['GSUB']
495 for lookup in gsub.table.LookupList.Lookup:
498 self.add_gsub_context_subtable(subtable, gsub.table.LookupList,
608 # read emoji sequences gsub and clear the table contents
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 252 t.gsub!( /%/, '%%' )

Completed in 559 milliseconds

1 2