Home
last modified time | relevance | path

Searched refs:apply_string (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1376 apply_string (OT::hb_ot_apply_context_t *c, in apply_string() function
1441 apply_string<Proxy> (&c, in apply()
1472 apply_string<GSUBProxy> (c, lookup, accel); in hb_ot_layout_substitute_lookup()
/external/v8/src/
Dheap-symbols.h13 V(apply_string, "apply") \
Dbootstrapper.cc1579 SimpleInstallFunction(isolate_, prototype, factory->apply_string(), in InitializeGlobal()
3537 SimpleInstallFunction(isolate_, reflect, factory->apply_string(), in InitializeGlobal()
/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc312 Handle<Name> trap_name = factory()->apply_string(); in TF_BUILTIN()