Home | History | Annotate | Download | only in base

Lines Matching refs:str_len

55 bool IsIDNComponentInSingleScript(const base::char16* str, int str_len) {
60 while (i < str_len) {
62 U16_NEXT(str, i, str_len, code_point);
177 int str_len,
231 icu::UnicodeString component_string(str, str_len);
248 return IsIDNComponentInSingleScript(str, str_len);