Searched refs:UNI_COLON (Results 1 – 3 of 3) sorted by relevance
47 case UNI_COLON: in cifs_mapchar()364 dst_char = cpu_to_le16(UNI_COLON); in smbConvertToUTF16()
39 case UNI_COLON: in convert_sfu_char()373 dest_char = cpu_to_le16(UNI_COLON); in convert_to_sfu_char()
38 #define UNI_COLON ((__u16)(':' + 0xF000)) macro