HomeSort by relevance Sort by last modified time
    Searched defs:IsStringASCII (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
string_util.cc 425 DCHECK(IsStringASCII(wide)) << wide;
430 DCHECK(IsStringASCII(utf16)) << utf16;
458 bool IsStringASCII(const std::wstring& str) {
463 bool IsStringASCII(const string16& str) {
468 bool IsStringASCII(const base::StringPiece& str) {
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 83 bool IsStringASCII(const android::String16& str) {
188 // DCHECK(IsStringASCII(ascii));
220 if (IsStringASCII(hostname_utf16)) {
406 if (!IsStringASCII(*results)) {
  /external/chromium_org/base/strings/
string_util.cc 351 bool IsStringASCII(const std::wstring& str);
355 DCHECK(IsStringASCII(wide)) << wide;
360 DCHECK(IsStringASCII(utf16)) << utf16;
375 bool IsStringASCII(const std::wstring& str) {
380 bool IsStringASCII(const string16& str) {
384 bool IsStringASCII(const base::StringPiece& str) {

Completed in 201 milliseconds