Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c2218 #define getGCB_VAL_UTF8(pos, strend) \ macro
2988 GCB_enum before = getGCB_VAL_UTF8( in S_find_byclass()
2993 GCB_enum after = getGCB_VAL_UTF8((U8*) s, in S_find_byclass()
5312 gcb = getGCB_VAL_UTF8(prev_prev_char_pos, prev_char_pos); in S_backup_one_GCB()
7388 match = isGCB(getGCB_VAL_UTF8( in S_regmatch()
7393 getGCB_VAL_UTF8((U8*) locinput, in S_regmatch()
7913 GCB_enum prev_gcb = getGCB_VAL_UTF8((U8*) locinput, in S_regmatch()
7922 GCB_enum cur_gcb = getGCB_VAL_UTF8((U8*) locinput, in S_regmatch()
11462 prev_cp_gcb_val = getGCB_VAL_UTF8(prev_cp_start, strend); in Perl_is_grapheme()
11479 next_cp_gcb_val = getGCB_VAL_UTF8(s, strend); in Perl_is_grapheme()