Searched refs:current_char (Results 1 – 3 of 3) sorted by relevance
17 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 = "";
118 unsigned long current_char; in c_printstr() local128 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()
593 utf8proc_int32_t current_char; in utf8proc_normalize_utf32() local600 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()