Searched refs:uf2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Ddo-while-semicolon.js53 uf2 = uneval(f2);
65 shouldBe("ueuf2", "uf2");
/external/harfbuzz_ng/test/api/
H A Dtest-unicode.c569 hb_unicode_funcs_t *uf, *uf2; local
576 uf2 = hb_unicode_funcs_create (uf);
580 g_assert (!hb_unicode_funcs_is_immutable (uf2));
581 _test_unicode_properties_nil (uf2);
583 hb_unicode_funcs_destroy (uf2);
590 uf2 = hb_unicode_funcs_create (uf);
594 g_assert (!hb_unicode_funcs_is_immutable (uf2));
595 hb_unicode_funcs_make_immutable (uf2);
596 test_unicode_properties (uf2);
598 hb_unicode_funcs_destroy (uf2);
[all...]

Completed in 115 milliseconds