/external/webkit/Source/WebCore/plugins/ |
PluginDebug.cpp | 152 return result.latin1(); 157 return result.latin1();
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceLoader.cpp | 307 LOG(ResourceLoading, "CachedResourceLoader::requestResource '%s', charset '%s', priority=%d, forPreload=%u", url.string().latin1().data(), charset.latin1().data(), priority, forPreload); 392 LOG(ResourceLoading, "Loading CachedResource for '%s'.", url.string().latin1().data()); 723 printf("PRELOADING %s\n", resource->url().latin1().data()); 765 printf("!! UNREFERENCED PRELOAD %s\n", res->url().latin1().data()); 767 printf("HIT COMPLETE PRELOAD %s\n", res->url().latin1().data()); 769 printf("HIT LOADING PRELOAD %s\n", res->url().latin1().data());
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ClassTracker.cpp | 91 iter->first.latin1().data(), iter->second);
|
PerformanceMonitor.cpp | 97 XLOGC("item %s took longer than %d ms: %.2f", it->first.latin1().data(), limit, item->average_ms);
|
GraphicsLayerAndroid.cpp | 170 LOG("(%x) addChild: %x (%s)", this, childLayer, name.latin1().data()); 740 isKeyframe, keyframesName.latin1().data(), beginTime); 789 keyframesName.latin1().data(), beginTime); 826 TLOG("NRO removeAnimationsForKeyframes(%s)", keyframesName.latin1().data()); 833 TLOG("NRO pauseAnimation(%s)", keyframesName.latin1().data()); [all...] |
/external/webkit/Source/WebCore/wml/ |
WMLErrorHandling.cpp | 51 parser->handleError(XMLDocumentParser::fatal, errorMessage.latin1().data(), parser->textPositionOneBased());
|
WMLPageState.cpp | 58 fprintf(stderr, "\t-> name: '%s'\tvalue: '%s'\n", (*it).first.latin1().data(), (*it).second.latin1().data());
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
prettypatch_unittest.py | 57 +latin1 test: \xa0
|
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 401 targetInstance, parentNodeName.latin1().data(), element->parentNode(), firstChildNodeName.latin1().data(), element->firstChild(), 402 elementNodeName.latin1().data(), element, directUseElementName.latin1().data(), directUseElement, shadowTreeElementNodeName.latin1().data(), shadowTreeElement, elementId.latin1().data()); 611 fprintf(stderr, "\nDumping <use> instance tree:\n%s\n", text.latin1().data()); 623 fprintf(stderr, "Dumping <use> shadow tree markup:\n%s\n", markup.latin1().data()); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebCoreResourceLoader.cpp | 161 LOGV("Response setMIMEType: %s", mimeTypeStr.latin1().data()); 165 LOGV("Response setTextEncodingName: %s", encodingStr.latin1().data()); 174 LOGV("Response setStatusText: %s", status.latin1().data());
|
WebCoreJniOnLoad.cpp | 273 s->setDefaultTextEncodingName("latin1");
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_i18n.c | 35 * Simply convert ISO 8859-1 (latin1) to unicode 42 * Convert one unicode char to ISO 8859-1 (latin1) byte
|
/external/oprofile/gui/ |
oprof_start_util.cpp | 306 return result.latin1();
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
WTFString.cpp | 63 // Construct a string with latin1 data. 69 // Construct a string with latin1 data, from a null-terminated source. 661 CString String::latin1() const function in class:WTF::String 663 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
|
WTFString.h | 103 // Construct a string with latin1 data. 106 // Construct a string with latin1 data, from a null-terminated source. 143 CString latin1() const; 163 // Find a single character or string, also with match function & latin1 forms.
|
/external/webkit/Source/WebCore/bridge/c/ |
c_utility.cpp | 60 // There is no "bad data" for latin1. It is unlikely that the plugin was really sending text in this encoding,
|
/external/webkit/Source/WebCore/platform/network/brew/ |
SocketStreamHandleBrew.cpp | 105 INETMGR_GetHostByName(networkManager(), &m_dns, url.host().latin1().data(), &m_dnsCallback);
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 623 fprintf(stderr, "Error %d starting job %s\n", ret, encodeWithURLEscapeSequences(job->firstRequest().url().string()).latin1().data()); 692 // url is in ASCII so latin1() will only convert it to char* without character translation. 693 d->m_url = fastStrDup(url.latin1().data()); 711 CString headerLatin1 = headerString.latin1();
|
/external/webkit/Source/WebCore/platform/text/brew/ |
TextCodecBrew.cpp | 65 AEECLSID classID = ISHELL_GetHandler(shell, AEEIID_ICharsetConv, format.latin1().data());
|
/external/webkit/Source/WebKit/android/wds/ |
Command.cpp | 52 CString str = externalRepresentation(frame->contentRenderer()).latin1();
|
/external/chromium/base/ |
string_util.cc | 434 // Latin1 is just the low range of Unicode, so we can copy directly to convert. 435 bool WideToLatin1(const std::wstring& wide, std::string* latin1) { 438 latin1->clear(); 444 latin1->swap(output); [all...] |
string_util.h | 275 // Converts the given wide string to the corresponding Latin1. This will fail 277 BASE_API bool WideToLatin1(const std::wstring& wide, std::string* latin1);
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 224 static TextEncoding globalLatin1Encoding("latin1");
|
TextCodecLatin1.cpp | 88 registrar("latin1", "ISO-8859-1");
|
/external/icu4c/data/mappings/ |
convrtrs.txt | 339 latin1 { IANA JAVA } [all...] |