Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c2494 combine_surrogate_pair(uint32_t uc, uint32_t uc2) in combine_surrogate_pair() argument
2498 uc += uc2 - 0xDC00; in combine_surrogate_pair()
2620 unsigned uc2; in utf16_to_unicode() local
2624 uc2 = archive_be16dec(utf16); in utf16_to_unicode()
2626 uc2 = archive_le16dec(utf16); in utf16_to_unicode()
2628 uc2 = 0; in utf16_to_unicode()
2629 if (IS_LOW_SURROGATE_LA(uc2)) { in utf16_to_unicode()
2630 uc = combine_surrogate_pair(uc, uc2); in utf16_to_unicode()
2865 get_nfc(uint32_t uc, uint32_t uc2) in get_nfc() argument
2877 else if (u_composition_table[m].cp2 < uc2) in get_nfc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h357 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
358 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1410 unsigned uc2 = (uch)c2; in samesets() local
1413 if (col[uc1] != col[uc2]) in samesets()
/freebsd/contrib/nvi/regex/
H A Dregcomp.c1302 unsigned uc2 = (unsigned char)c2; in samesets() local
1305 if (col[uc1] != col[uc2]) in samesets()
/freebsd/contrib/file/magic/Magdir/
H A Darchive6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.