Home | History | Annotate | Download | only in base

Lines Matching refs:str_len

480 bool IsIDNComponentInSingleScript(const char16* str, int str_len) {
485 while (i < str_len) {
487 U16_NEXT(str, i, str_len, code_point);
600 int str_len,
654 icu::UnicodeString component_string(str, str_len);
671 return IsIDNComponentInSingleScript(str, str_len);