Searched refs:cc_pos (Results 1 – 1 of 1) sorted by relevance
260 STRLEN cc_pos = 0; in pv_utf8_reorder() local273 if (seq_max < cc_pos + 1) { /* extend if need */ in pv_utf8_reorder()274 seq_max = cc_pos + CC_SEQ_STEP; /* new size */ in pv_utf8_reorder()275 if (CC_SEQ_SIZE == cc_pos) { /* seq_ary full */ in pv_utf8_reorder()278 for (i = 0; i < cc_pos; i++) in pv_utf8_reorder()287 seq_ptr[cc_pos].cc = curCC; in pv_utf8_reorder()288 seq_ptr[cc_pos].uv = uv; in pv_utf8_reorder()289 seq_ptr[cc_pos].pos = cc_pos; in pv_utf8_reorder()290 ++cc_pos; in pv_utf8_reorder()297 if (cc_pos) { in pv_utf8_reorder()[all …]