Home | History | Annotate | Download | only in src

Lines Matching refs:is_wide_string

1278   const bool is_wide_string = sizeof(needle[0]) > 1;
1279 const char* const begin_string_quote = is_wide_string ? "L\"" : "\"";