/external/icu4c/test/perf/unisetperf/draft/ |
trieset.cpp | 34 : trieData(NULL), latin1(NULL), restSet(set.clone()) { 85 latin1=UTRIE_GET8_LATIN1(&trie); 98 return (UBool)latin1[c]; 108 const uint8_t *latin1; member in class:TrieSet
|
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/ |
SDL_qtopia_main.cc | 24 system(cmd.latin1()); 26 unlink(cmd.latin1());
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-72964.js | 30 var summary = 'Testing regular expressions containing non-Latin1 characters'; 45 // 4 low Unicode chars = Latin1; whole string should match 60 // 4 high Unicode chars = non-Latin1; whole string should match
|
/external/webkit/Source/WebCore/platform/win/ |
GDIObjectCounter.cpp | 49 init(String::format("%s (%p)", className.latin1().data(), instance)); 64 LOG(PlatformLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == 1 ? "" : "s");
|
/external/icu4c/test/cintltst/ |
trietest.c | 419 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); local 422 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start)) { 423 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get32(U+%04lx)\n", 424 testName, start, latin1[start], UTRIE_GET32_FROM_LEAD(&trie, start), start); 428 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); local 431 if(latin1[start]!=UTRIE_GET16_FROM_LEAD(&trie, start)) { 432 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get16(U+%04lx)\n", 433 testName, start, latin1[start], UTRIE_GET16_FROM_LEAD(&trie, start), start); 628 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); local 631 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start)) 637 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); local [all...] |
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-gssapi | 14 #gss_id_enc latin1;
|
/external/webkit/LayoutTests/fast/encoding/ |
latin1-winlatin.html | 3 <meta http-equiv='Content-Type' content='text/html; charset=latin1'>
|
/external/webkit/Source/WebCore/platform/text/chromium/ |
TextBreakIteratorInternalICUChromium.cpp | 36 DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1()));
|
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
ISOCharsetTest.java | 30 "ISO_8859-1:1987", "latin1", "cp819", "ISO8859-1", "IBM819",
|
/external/chromium/chrome/browser/chromeos/cros/ |
network_library_unittest.cc | 43 // latin1 SSID -> UTF8 SSID
|
/external/icu4c/common/ |
patternprops.cpp | 27 static const uint8_t latin1[256]={ variable 121 return (UBool)(latin1[c]>>1)&1; 139 return (UBool)(latin1[c]&1); 157 return (UBool)(latin1[c]>>2)&1;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.h | 41 // Construct a string with latin1 data. 44 // Construct a string with latin1 data, from a null-terminated source. 80 CString latin1() const; 96 // Find a single character or string, also with match function & latin1 forms.
|
UString.cpp | 78 // Construct a string with latin1 data. 84 // Construct a string with latin1 data, from a null-terminated source. 276 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are 293 CString UString::latin1() const 295 // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
|
/external/webkit/Source/WebCore/loader/ |
ResourceLoadScheduler.cpp | 116 LOG(ResourceLoading, "ResourceLoadScheduler::load resource %p '%s'", resourceLoader, resourceLoader->url().string().latin1().data()); 183 LOG(ResourceLoading, "ResourceLoadScheduler::servePendingRequests HostInformation.m_name='%s'", host->name().latin1().data()); 253 LOG(ResourceLoading, "HostInformation '%s' loading '%s'. Current count %d", m_name.latin1().data(), resourceLoader->url().string().latin1().data(), m_requestsLoading.size());
|
/external/webkit/Source/WebCore/platform/text/mac/ |
mac-encodings.txt | 37 MacRomanLatin1: x-mac-roman-latin1
|
/external/webkit/Source/WebCore/platform/text/wince/ |
TextCodecWinCE.cpp | 97 CString name(String(cpInfo.wszWebCharset).latin1()); 111 info.m_aliases.append(String(cpInfo.wszHeaderCharset).latin1()); 112 info.m_aliases.append(String(cpInfo.wszBodyCharset).latin1()); 114 info.m_aliases.append(cpName.latin1());
|
/external/webkit/Source/WebKit/android/jni/ |
WebIconDatabase.cpp | 201 ALOGV("Opening WebIconDatabase file '%s'", pathStr.latin1().data()); 228 ALOGV("Retrieving icon for '%s' %p", urlStr.latin1().data(), icon); 237 ALOGV("Retaining icon for '%s'", urlStr.latin1().data()); 246 ALOGV("Releasing icon for '%s'", urlStr.latin1().data());
|
/external/oprofile/gui/ |
oprof_start.cpp | 276 while (item && strcmp(item->text(0).latin1(), name)) 505 events.push_back(find_event_by_name((*it)->text(0).latin1(),0,0)); 557 display_event(locate_event(current_event->text(0).latin1())); 563 op_event_descr const & descr = locate_event(item->text(0).latin1()); 576 help_str += temp->text(0).latin1(); 589 string name = kernel_filename_edit->text().latin1(); 604 string name(current_event->text(0).latin1()); 620 config.kernel_filename = kernel_filename_edit->text().latin1(); 855 locate_event(cur->text(0).latin1()); 857 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceRequest.cpp | 127 LOG(ResourceLoading, "Cannot start loading '%s'", resource->url().latin1().data()); 152 LOG(ResourceLoading, "Received '%s'.", m_resource->url().latin1().data()); 184 LOG(ResourceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), cancelled);
|
/external/regex-re2/ |
ucs2.diff | 38 kEncodingLatin1, // Latin1 (0-FF) 165 if (re->parse_flags() & Regexp::Latin1) 232 if (flags_ & Latin1) 289 flags |= Regexp::Latin1; 361 { single_line|Regexp::Latin1, "single-line, latin1" }, 365 { multi_line|Regexp::Latin1, "multiline, latin1" }, 387 if (flags & Regexp::Latin1)
|
/external/webkit/Source/WebKit2/Shared/API/c/cf/ |
WKURLCF.cpp | 52 // This pattern of using UTF-8 and then falling back to Latin1 on failure matches KURL::createCFString with the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
DECkeysym.h | 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
DECkeysym.h | 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
DECkeysym.h | 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
|
/external/webkit/Source/WebCore/plugins/ |
PluginDebug.cpp | 152 return result.latin1(); 157 return result.latin1();
|