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 370 DCHECK(IsStringASCII(wide)) << wide;
375 DCHECK(IsStringASCII(utf16)) << utf16;
403 bool IsStringASCII(const std::wstring& str) {
408 bool IsStringASCII(const string16& str) {
413 bool IsStringASCII(const base::StringPiece& str) {

Completed in 56 milliseconds