Searched refs:gsub (Results 1 - 25 of 26) sorted by relevance

12

/external/freetype/include/internal/services/
H A Dsvotval.h37 FT_Bytes *gsub,
/external/pdfium/third_party/freetype/include/internal/services/
H A Dsvotval.h37 FT_Bytes *gsub,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb16 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( /\
[all...]
H A Dgrammar.rb241 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, '\\\1' )
242 token.gsub!( /\n/, "'\n'" )
321 @output = output.gsub( JAVA_TRACE, '' )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb10 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+/, ' ' )
H A Dmain.rb104 description_string.gsub!( /^ *\| ?/, '' )
105 description_string.gsub!( /\s+/, ' ' )
242 message = error.to_s.gsub( /\n/, "\n " )
282 script = name.gsub( /::/, '' )
H A Dtask.rb222 token.gsub!( /([^A-Za-z0-9_\-.,:\/@\n])/n, "\\\\\\1" )
223 token.gsub!( /\n/, "'\n'" )
H A Ddot.rb168 text and text = text.gsub( /"/, '\\"' )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb16 text = text.gsub(/\"/, '\\"')
/external/tcpdump/
H A Dmakemib42 # eliminate use of gsub and functions to use classic "awk"), you have to
99 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); }
191 gsub(/[-&\/]/,"",new)
192 gsub(/[-&\/]/,"",parent)
/external/libpng/scripts/
H A Ddfn.awk169 gsub(/@'/,"\"", line)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua52 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, "^!.*", "")
H A Dpicoloadphones.lua50 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, "^!.*", "")
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp59 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) argument
61 header.Version = gsub[0] << 24 | gsub[1] << 16 | gsub[2] << 8 | gsub[3];
65 header.ScriptList = gsub[4] << 8 | gsub[5];
66 header.FeatureList = gsub[6] << 8 | gsub[7];
67 header.LookupList = gsub[
[all...]
H A Dttgsubtable.h28 CFX_CTTGSUBTable(FT_Bytes gsub): m_bFeautureMapLoad(FALSE), loaded(false) argument
30 LoadGSUBTable(gsub);
37 bool LoadGSUBTable(FT_Bytes gsub);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc34 #include "hb-ot-layout-gsub-table.hh"
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
62 layout->gsub_lookup_count = layout->gsub->get_lookup_count ();
65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
111 return *hb_ot_layout_from_face (face)->gsub;
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
810 table (*hb_ot_layout_from_face (face)->gsub),
H A Dhb-ot-layout-gsub-table.hh1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-private.hh143 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
/external/linux-tools-perf/src/tools/perf/config/
H A Dutilities.mak70 # (The bash shell has a bug where `{gsub(...),...}' is
72 # overcome by putting a space between `{' and `gsub').
75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb131 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/
H A Dtest-template.rb164 | <%= @body.gsub( /^/, ' ' ) %>
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb252 t.gsub!( /%/, '%%' )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb167 ( @text = @scanner[ 1 ] ).gsub!( /\\(?=[\[\]])/, '' )
472 context = context.gsub( /([^\.\s])\.{3}([^\.])/, '\1 ... \2' )
/external/libpng/projects/owatcom/
H A Dpngconfig.mak49 gsub(/ *@@@ */, "")
/external/v8/tools/gcmole/
H A Dgcmole.lua58 flag = flag:gsub("%-", "_")

Completed in 7092 milliseconds

12