Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/vt/keymaps/
HDconvert-keymap.pl16 my $current_char;
53 $current_char = lc(chr($ucs_char))
54 if $current_char eq "";
57 if $ucs_char == 0xa4 and $use_euro and $current_char eq "e";
122 $current_char = "";
139 $current_char = "";
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
HDutf8proc.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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp3762 const char *current_char = packet.Peek(); in Handle_qMemTags() local
3763 if (!current_char || *current_char == ',') in Handle_qMemTags()
3769 current_char = packet.Peek(); in Handle_qMemTags()
3771 if (previous_char != ',' || (current_char && *current_char == ':')) in Handle_qMemTags()
3843 const char *current_char = packet.Peek(); in Handle_QMemTags() local
3844 if (!current_char || *current_char == ',') in Handle_QMemTags()
3850 current_char = packet.Peek(); in Handle_QMemTags()
3852 if (previous_char != ',' || (current_char && *current_char == ':')) in Handle_QMemTags()