HomeSort by relevance Sort by last modified time
    Searched full:latin1 (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 704 // Expat doesn't like latin1 so we have to build this map
707 if (strcasecmp(name, "latin1") == 0)
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 96 LOG(ResourceLoading, "MemoryCache::add Added '%s', resource %p\n", resource->url().latin1().data(), resource);
326 LOG(ResourceLoading, "Evicting resource %p for '%s' from cache", resource, resource->url().latin1().data());
  /external/regex-re2/re2/
parse.cc 172 if (flags_ & Latin1)
    [all...]
  /external/icu4c/common/
ucnv2022.c 179 LATIN1,
337 NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,"latin1" ,"latin1"
338 ,"latin1" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"JISX0201" ,"JISX0201" ,"latin1"
339 ,"latin1" ,NULL ,"JISX-208" ,"ibm-5478" ,"JISX-208" ,NULL ,NULL ,NULL ,NULL ,"UTF8"
343 ,"UTF16_PlatformEndian" ,"UTF16_PlatformEndian" ,"UTF16_PlatformEndian" ,NULL ,"latin1" ,"ibm-912" ,"ibm-913" ,"ibm-914" ,"ibm-813" ,"ibm-1089"
344 ,"ibm-920" ,"ibm-915" ,"ibm-915" ,"latin1"
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 172 "LATIN1", "CSISOLATIN1" };
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 266 CString latin1Input = inputLine.latin1();
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 238 FormDataBuilder::addContentTypeToMultiPartHeader(header, contentType.latin1());
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 625 return manager->sendCustomRequest(m_request, m_resourceHandle->firstRequest().httpMethod().latin1().data());
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 122 registerEncodingAliasIfAvailable(registrar, "ISO-8859-1", "LATIN1");
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 352 // Check if we've read a broken URL from the file that has non-Latin1 chars. If so, try to convert
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 136 write_into_file_at_path("test_file", u"latin1 test: \u00A0\n", "latin1")
346 self.assertEqual(self.scm.contents_at_revision("test_file", 5), u"latin1 test: \u00A0\n".encode("latin1"))
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 787 cd = iconv_open("latin1", "utf-16le");
790 "unable to initialize utf-16le -> latin1 "
814 "utf-16le -> latin1: %s\n",
819 "be represented in latin1\n",
    [all...]
cftoken.l 380 <S_GSSENC>latin1 { YYD; yylval.num = LC_GSSENC_LATIN1;
  /external/webkit/Source/WebCore/platform/text/mac/
character-sets.txt 466 Alias: latin1
700 Alias: latin1-2-5
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 403 ALOGV("::WebCore:: shouldInterceptRequest(%s)", url.latin1().data());
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/util/
CharsetUtil.java 566 * <td>ISO_8859-1:1987 iso-ir-100 ISO_8859-1 latin1 l1 IBM819 CP819 csISOLatin1 8859_1 819 IBM-819 ISO8859-1 ISO_8859_1 </td>
815 "latin1", "l1", "IBM819", "CP819",
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 373 // map letters in Latin1 Supplement to basic ascii
404 // map letters of Latin1 Supplement to basic ascii
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 486 {L"D:\\latin1\\caf\x00E9\x00DD.txt",
487 "file:///D:/latin1/caf%C3%A9%C3%9D.txt"},
503 {L"/latin1/caf\x00E9\x00DD.txt", "file:///latin1/caf%C3%A9%C3%9D.txt"},
    [all...]
  /external/dbus/doc/
dcop-howto.txt 175 print("the result is: %s",result.latin1());
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 62 result.vsprintf(format.latin1().data(), arguments);
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
ucol_imp.h     [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 716 "where this char * string is be EBCDIC and needs conversion to Latin1.";
  /external/regex-re2/util/
pcre.cc 430 // If this is the part of a UTF8 or Latin1 character, we need
    [all...]

Completed in 696 milliseconds

1 23 4 5