OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_converterICU
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.cpp
245
,
m_converterICU
(0)
257
if (
m_converterICU
) {
261
cachedConverter =
m_converterICU
;
262
m_converterICU
= 0;
268
ASSERT(!
m_converterICU
);
280
m_converterICU
= cachedConverter;
287
m_converterICU
= ucnv_open(m_encoding.name(), &err);
292
if (
m_converterICU
)
293
ucnv_setFallback(
m_converterICU
, TRUE);
300
ucnv_toUnicode(
m_converterICU
, &target, targetLimit, &source, sourceLimit, offsets, flush, &err)
[
all
...]
TextCodecICU.h
68
mutable UConverter*
m_converterICU
;
Completed in 34 milliseconds