Lines Matching refs:ret_len
219 int ret_len = len; in grapheme_ascii_check() local
225 return ret_len; in grapheme_ascii_check()
235 int ret_len, pos; in grapheme_split_string() local
248 for ( ret_len = 0; pos != UBRK_DONE; ) { in grapheme_split_string()
254 if ( NULL != boundary_array && ret_len < boundary_array_len ) { in grapheme_split_string()
255 boundary_array[ret_len] = pos; in grapheme_split_string()
258 ret_len++; in grapheme_split_string()
264 return ret_len; in grapheme_split_string()
271 int ret_len = 0; in grapheme_count_graphemes() local
282 ret_len++; in grapheme_count_graphemes()
287 return ret_len; in grapheme_count_graphemes()