Searched refs:next_cp_gcb_val (Results 1 – 1 of 1) sorted by relevance
11435 GCB_enum cp_gcb_val, prev_cp_gcb_val, next_cp_gcb_val; in Perl_is_grapheme() local11476 next_cp_gcb_val = GCB_EDGE; in Perl_is_grapheme()11479 next_cp_gcb_val = getGCB_VAL_UTF8(s, strend); in Perl_is_grapheme()11482 return isGCB(cp_gcb_val, next_cp_gcb_val, strbeg, s, TRUE); in Perl_is_grapheme()