Home
last modified time | relevance | path

Searched defs:uc2 (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dwrite-properties.c109 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in conv_to_java() local
187 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_escaped_string() local
Dwrite-java.c131 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in string_hashcode() local
390 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_java_string() local
/third_party/mbedtls/tests/src/
Dhelpers.c130 unsigned char uc, uc2; in mbedtls_test_unhexify() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp730 unsigned uc2 = uses[n]; in bu_release_val() local
/third_party/curl/lib/
Dtelnet.c978 unsigned char *uc1, *uc2; in sendsuboption() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1412 unsigned uc2 = (uch)c2; in samesets() local
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable