Searched refs:GetPhoneticallySortableString (Results 1 – 4 of 4) sorted by relevance
62 bool GetPhoneticallySortableString(const char *src, char **dst, size_t *len);
346 bool GetPhoneticallySortableString(const char *src, char **dst, size_t *len) { in GetPhoneticallySortableString() function
341 if (!GetPhoneticallySortableString(src, &dst, &len)) { \
84 if (!android::GetPhoneticallySortableString(src, &ret, &len)) { in get_phonetically_sortable_string()