Searched refs:is_wide_string (Results 1 – 11 of 11) sorted by relevance
542 const bool is_wide_string = sizeof(prefix[0]) > 1; in HasPrefix() local543 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix()
544 const bool is_wide_string = sizeof(prefix[0]) > 1; in HasPrefix() local545 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in HasPrefix()
1264 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1265 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
1265 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1266 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
1591 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1592 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
1590 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1591 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
1635 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1636 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
1608 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local1609 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()
3038 const bool is_wide_string = sizeof(needle[0]) > 1; in IsSubstringImpl() local3039 const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; in IsSubstringImpl()