Searched refs:boundary_array (Results 1 – 2 of 2) sorted by relevance
236 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string() argument259 if ( NULL != boundary_array && ret_len < boundary_array_len ) { in grapheme_split_string()260 boundary_array[ret_len] = pos; in grapheme_split_string()
33 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou…
Completed in 11 milliseconds