Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c385 unsigned long ucs_char; in copy_expand_unix_filename_escape() local
387 ucs_char = 0; in copy_expand_unix_filename_escape()
391 ucs_char = ((inspec[0] & 0x1F) << 6) + (inspec[1] & 0x3f); in copy_expand_unix_filename_escape()
392 if (ucs_char >= 0x80) { in copy_expand_unix_filename_escape()
393 ucs2_to_vtf7(outspec, ucs_char, output_cnt); in copy_expand_unix_filename_escape()
398 ucs_char = ((inspec[0] & 0xF) << 12) + in copy_expand_unix_filename_escape()
401 if (ucs_char >= 0x800) { in copy_expand_unix_filename_escape()
402 ucs2_to_vtf7(outspec, ucs_char, output_cnt); in copy_expand_unix_filename_escape()