Home | History | Annotate | Download | only in src

Lines Matching refs:String16

9 #include <utils/String16.h>
23 #include <utils/String16.h>
74 static bool DoIsStringASCII(const android::String16& str) {
83 bool IsStringASCII(const android::String16& str) {
102 const android::String16& script_data)
114 const android::String16& script_data_;
163 android::String16 V8StringToUTF16(v8::Handle<v8::String> s) {
167 android::String16 ret(buf, len);
172 std::string UTF16ToASCII(const android::String16& str) {
182 v8::Local<v8::String> UTF16StringToV8String(const android::String16& s) {
198 android::String16* utf16_result) {
217 const android::String16 hostname_utf16 = V8StringToUTF16(args[0]->ToString());
370 int ResolveProxy(const android::String16 url, const android::String16 host,
371 android::String16* results) {
380 android::String16("FindProxyForURL() is undefined"));
400 android::String16("FindProxyForURL() did not return a string."));
412 android::String16("FindProxyForURL() returned a non-ASCII string"));
419 int InitV8(const android::String16& pac_script) {
548 android::String16 message;
552 android::String16 wundef(undef8);
704 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,
705 android::String16* results) {
721 int ProxyResolverV8::SetPacScript(const android::String16& script_data) {