Lines Matching refs:ret_len
385 int ret_len = len; in grapheme_ascii_check() local
391 return ret_len; in grapheme_ascii_check()
401 int ret_len, pos; in grapheme_split_string() local
414 for ( ret_len = 0; pos != UBRK_DONE; ) { in grapheme_split_string()
420 if ( NULL != boundary_array && ret_len < boundary_array_len ) { in grapheme_split_string()
421 boundary_array[ret_len] = pos; in grapheme_split_string()
424 ret_len++; in grapheme_split_string()
430 return ret_len; in grapheme_split_string()
438 int ret_len = 0; in grapheme_count_graphemes() local
449 ret_len++; in grapheme_count_graphemes()
454 return ret_len; in grapheme_count_graphemes()