Searched refs:is_wide_string (Results 1 – 2 of 2) sorted by relevance
548 const bool is_wide_string = sizeof(prefix[0]) > 1; in HasPrefix() local549 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix()
1252 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1253 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()