Home
last modified time | relevance | path

Searched refs:uni2 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DUnicodeTest.cpp62 SkUnichar uni2[N]; in DEF_TEST() local
63 SkFontPriv::GlyphsToUnichars(font, glyphs, N, uni2); in DEF_TEST()
64 REPORTER_ASSERT(reporter, memcmp(uni, uni2, sizeof(uni)) == 0); in DEF_TEST()
/third_party/flutter/skia/tests/
DUnicodeTest.cpp62 SkUnichar uni2[N]; in DEF_TEST() local
63 SkFontPriv::GlyphsToUnichars(font, glyphs, N, uni2); in DEF_TEST()
64 REPORTER_ASSERT(reporter, memcmp(uni, uni2, sizeof(uni)) == 0); in DEF_TEST()
/third_party/python/Lib/json/
Ddecoder.py120 uni2 = _decode_uXXXX(s, end + 1)
121 if 0xdc00 <= uni2 <= 0xdfff:
122 uni = 0x10000 + (((uni - 0xd800) << 10) | (uni2 - 0xdc00))
/third_party/vk-gl-cts/data/gles31/shaders/es31/
Duniform_location.test219 layout(location = 12) uniform float uni2;
272 layout(location = 6) uniform T uni2; // good
/third_party/vk-gl-cts/data/gles31/shaders/es32/
Duniform_location.test238 layout(location = 12) uniform float uni2;
291 layout(location = 6) uniform T uni2; // good