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

  /external/chromium-libpac/src/
proxy_resolver_v8.cc 77 bool IsStringASCII(const android::String16& str) {
185 // DCHECK(IsStringASCII(ascii));
218 if (IsStringASCII(hostname_utf16)) {
413 if (!IsStringASCII(*results)) {
  /external/libchrome/base/strings/
string_util.cc 515 bool IsStringASCII(const StringPiece& str) {
519 bool IsStringASCII(const StringPiece16& str) {
523 bool IsStringASCII(const string16& str) {
528 bool IsStringASCII(const std::wstring& str) {
    [all...]

Completed in 246 milliseconds