Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl17 my $current_char;
54 $current_char = lc(chr($ucs_char))
55 if $current_char eq "";
58 if $ucs_char == 0xa4 and $use_euro and $current_char eq "e";
123 $current_char = "";
140 $current_char = "";
/freebsd-12.1/contrib/gdb/gdb/
H A Dc-lang.c118 unsigned long current_char; in c_printstr() local
128 current_char = extract_unsigned_integer (string + i * width, width); in c_printstr()
134 == current_char) in c_printstr()
150 LA_PRINT_CHAR (current_char, stream); in c_printstr()
166 LA_EMIT_CHAR (current_char, stream, '"'); in c_printstr()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c593 utf8proc_int32_t current_char; in utf8proc_normalize_utf32() local
600 current_char = buffer[rpos]; in utf8proc_normalize_utf32()
601 current_property = unsafe_get_property(current_char); in utf8proc_normalize_utf32()
609 hangul_vindex = current_char - UTF8PROC_HANGUL_VBASE; in utf8proc_normalize_utf32()
622 hangul_tindex = current_char - UTF8PROC_HANGUL_TBASE; in utf8proc_normalize_utf32()
653 buffer[wpos] = current_char; in utf8proc_normalize_utf32()