Lines Matching refs:ret_len
224 int ret_len = len; in grapheme_ascii_check() local
230 return ret_len; in grapheme_ascii_check()
240 int ret_len, pos; in grapheme_split_string() local
253 for ( ret_len = 0; pos != UBRK_DONE; ) { in grapheme_split_string()
259 if ( NULL != boundary_array && ret_len < boundary_array_len ) { in grapheme_split_string()
260 boundary_array[ret_len] = pos; in grapheme_split_string()
263 ret_len++; in grapheme_split_string()
269 return ret_len; in grapheme_split_string()
276 int ret_len = 0; in grapheme_count_graphemes() local
287 ret_len++; in grapheme_count_graphemes()
292 return ret_len; in grapheme_count_graphemes()