Lines Matching refs:ret_len
223 int ret_len = len; in grapheme_ascii_check() local
229 return ret_len; in grapheme_ascii_check()
239 int ret_len, pos; in grapheme_split_string() local
252 for ( ret_len = 0; pos != UBRK_DONE; ) { in grapheme_split_string()
258 if ( NULL != boundary_array && ret_len < boundary_array_len ) { in grapheme_split_string()
259 boundary_array[ret_len] = pos; in grapheme_split_string()
262 ret_len++; in grapheme_split_string()
268 return ret_len; in grapheme_split_string()
275 int ret_len = 0; in grapheme_count_graphemes() local
286 ret_len++; in grapheme_count_graphemes()
291 return ret_len; in grapheme_count_graphemes()