Lines Matching refs:get_token
276 if (!get_token(&s, end)) in sortify_words()
306 if (!get_token(&s, end)) in sortify_word()
326 if (!get_token(&ptr, end)) in sortify_title()
555 if (!get_token(&ptr, end)) in find_last_name()
579 if (!get_token(&ptr, last_name_start)) in abbreviate_name()
599 if (!get_token(&ptr, last_name_start)) in abbreviate_name()
608 if (get_token(&ptr1, last_name_start)) { in abbreviate_name()
730 if (!get_token(&start, end)) in uppercase()
741 if (!get_token(&start, end)) in lowercase()
753 if (!get_token(&ptr, end)) in capitalize()
758 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) { in capitalize()
795 if (!get_token(&ptr, end)) in is_terminated()
846 if (!get_token(&s, end)) in output()