Home
last modified time | relevance | path

Searched refs:latin1 (Results 1 – 25 of 60) sorted by relevance

123

/external/icu4c/test/perf/unisetperf/draft/
Dtrieset.cpp34 : trieData(NULL), latin1(NULL), restSet(set.clone()) { in TrieSet()
85 latin1=UTRIE_GET8_LATIN1(&trie); in TrieSet()
98 return (UBool)latin1[c]; in contains()
108 const uint8_t *latin1; member in TrieSet
/external/icu4c/common/
Dpatternprops.cpp27 static const uint8_t latin1[256]={ variable
121 return (UBool)(latin1[c]>>1)&1; in isSyntax()
139 return (UBool)(latin1[c]&1); in isSyntaxOrWhiteSpace()
157 return (UBool)(latin1[c]>>2)&1; in isWhiteSpace()
/external/icu4c/test/cintltst/
Dtrietest.c419 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); in testTrieRangesWithMalloc() local
422 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start)) { in testTrieRangesWithMalloc()
424 … testName, start, latin1[start], UTRIE_GET32_FROM_LEAD(&trie, start), start); in testTrieRangesWithMalloc()
428 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); in testTrieRangesWithMalloc() local
431 if(latin1[start]!=UTRIE_GET16_FROM_LEAD(&trie, start)) { in testTrieRangesWithMalloc()
433 … testName, start, latin1[start], UTRIE_GET16_FROM_LEAD(&trie, start), start); in testTrieRangesWithMalloc()
628 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); in testTrieRanges() local
631 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start)) { in testTrieRanges()
633 … testName, start, latin1[start], UTRIE_GET32_FROM_LEAD(&trie, start), start); in testTrieRanges()
637 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); in testTrieRanges() local
[all …]
/external/webkit/Source/WebCore/platform/win/
DGDIObjectCounter.cpp49 init(String::format("%s (%p)", className.latin1().data(), instance)); in GDIObjectCounter()
64 …LOG(PlatformLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == … in ~GDIObjectCounter()
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
DSDL_qtopia_main.cc24 system(cmd.latin1()); in cleanupQCop()
26 unlink(cmd.latin1()); in cleanupQCop()
/external/oprofile/gui/
Doprof_start.cpp276 while (item && strcmp(item->text(0).latin1(), name)) in findItem()
505 events.push_back(find_event_by_name((*it)->text(0).latin1(),0,0)); in alloc_selected_events()
557 display_event(locate_event(current_event->text(0).latin1())); in event_selected()
563 op_event_descr const & descr = locate_event(item->text(0).latin1()); in event_over()
576 help_str += temp->text(0).latin1(); in event_over()
589 string name = kernel_filename_edit->text().latin1(); in choose_kernel_filename()
604 string name(current_event->text(0).latin1()); in record_selected_event_config()
620 config.kernel_filename = kernel_filename_edit->text().latin1(); in record_config()
855 locate_event(cur->text(0).latin1()); in on_start_profiler()
857 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; in on_start_profiler()
[all …]
Doprof_start_util.cpp306 return result.latin1(); in do_open_file_or_dir()
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp201 ALOGV("Opening WebIconDatabase file '%s'", pathStr.latin1().data()); in Open()
228 ALOGV("Retrieving icon for '%s' %p", urlStr.latin1().data(), icon); in IconForPageUrl()
237 ALOGV("Retaining icon for '%s'", urlStr.latin1().data()); in RetainIconForPageUrl()
246 ALOGV("Releasing icon for '%s'", urlStr.latin1().data()); in ReleaseIconForPageUrl()
/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp152 return result.latin1(); in prettyNameForNPPVariable()
157 return result.latin1(); in prettyNameForNPPVariable()
/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp116 …Scheduler::load resource %p '%s'", resourceLoader, resourceLoader->url().string().latin1().data()); in scheduleLoad()
183 …rceLoadScheduler::servePendingRequests HostInformation.m_name='%s'", host->name().latin1().data()); in servePendingRequests()
253 …ion '%s' loading '%s'. Current count %d", m_name.latin1().data(), resourceLoader->url().string().l… in addLoadInProgress()
/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.cpp97 CString name(String(cpInfo.wszWebCharset).latin1()); in LanguageManager()
111 info.m_aliases.append(String(cpInfo.wszHeaderCharset).latin1()); in LanguageManager()
112 info.m_aliases.append(String(cpInfo.wszBodyCharset).latin1()); in LanguageManager()
114 info.m_aliases.append(cpName.latin1()); in LanguageManager()
/external/webkit/Source/WebCore/loader/cache/
DCachedResourceLoader.cpp309 …%s', charset '%s', priority=%d, forPreload=%u", url.string().latin1().data(), charset.latin1().dat… in requestResource()
394 LOG(ResourceLoading, "Loading CachedResource for '%s'.", url.string().latin1().data()); in loadResource()
725 printf("PRELOADING %s\n", resource->url().latin1().data()); in requestPreload()
767 printf("!! UNREFERENCED PRELOAD %s\n", res->url().latin1().data()); in printPreloadStats()
769 printf("HIT COMPLETE PRELOAD %s\n", res->url().latin1().data()); in printPreloadStats()
771 printf("HIT LOADING PRELOAD %s\n", res->url().latin1().data()); in printPreloadStats()
DCachedResourceRequest.cpp127 LOG(ResourceLoading, "Cannot start loading '%s'", resource->url().latin1().data()); in load()
152 LOG(ResourceLoading, "Received '%s'.", m_resource->url().latin1().data()); in didFinishLoading()
184 …LOG(ResourceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), c… in didFail()
DMemoryCache.cpp96 …LOG(ResourceLoading, "MemoryCache::add Added '%s', resource %p\n", resource->url().latin1().data()… in add()
326 …rceLoading, "Evicting resource %p for '%s' from cache", resource, resource->url().latin1().data()); in evict()
/external/webkit/Source/WebCore/platform/text/chromium/
DTextBreakIteratorInternalICUChromium.cpp36 DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1())); in UILanguage()
/external/webkit/Source/WebCore/svg/
DSVGUseElement.cpp401 …targetInstance, parentNodeName.latin1().data(), element->parentNode(), firstChildNodeName.latin1()… in dumpInstanceTree()
402latin1().data(), element, directUseElementName.latin1().data(), directUseElement, shadowTreeElemen… in dumpInstanceTree()
611 fprintf(stderr, "\nDumping <use> instance tree:\n%s\n", text.latin1().data()); in buildShadowAndInstanceTree()
623 fprintf(stderr, "Dumping <use> shadow tree markup:\n%s\n", markup.latin1().data()); in buildShadowAndInstanceTree()
/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp58 …ntf(stderr, "\t-> name: '%s'\tvalue: '%s'\n", (*it).first.latin1().data(), (*it).second.latin1().d… in dump()
DWMLErrorHandling.cpp51 …parser->handleError(XMLDocumentParser::fatal, errorMessage.latin1().data(), parser->textPositionOn… in reportWMLError()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-gssapi14 #gss_id_enc latin1;
/external/webkit/Source/WebKit/android/wds/
DCommand.cpp52 CString str = externalRepresentation(frame->contentRenderer()).latin1(); in callDumpRenderTree()
/external/webkit/Source/WebCore/platform/text/mac/
Dmac-encodings.txt37 MacRomanLatin1: x-mac-roman-latin1
/external/webkit/Source/WebCore/platform/network/curl/
DResourceHandleManager.cpp623 … job %s\n", ret, encodeWithURLEscapeSequences(job->firstRequest().url().string()).latin1().data()); in startJob()
693 d->m_url = fastStrDup(url.latin1().data()); in initializeHandle()
711 CString headerLatin1 = headerString.latin1(); in initializeHandle()
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandleBrew.cpp105 INETMGR_GetHostByName(networkManager(), &m_dns, url.host().latin1().data(), &m_dnsCallback); in SocketStreamHandlePrivate()
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp65 AEECLSID classID = ISHELL_GetHandler(shell, AEEIID_ICharsetConv, format.latin1().data()); in TextCodecBrew()
/external/webkit/Source/JavaScriptCore/runtime/
DUString.h80 CString latin1() const;

123