Searched refs:toUTF8 (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTreeWin.h53 std::string toUTF8(BSTR);
54 std::string toUTF8(const std::wstring&);
H A DFrameLoadDelegate.cpp63 if (FAILED(webFrame->name(&frameNameBSTR)) || toUTF8(frameNameBSTR).empty())
67 frameName += " \"" + toUTF8(frameNameBSTR) + "\"";
H A DUIDelegate.cpp492 printf("CONSOLE MESSAGE: line %d: %s\n", lineNumber, toUTF8(newMessage).c_str());
632 printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n", text ? toUTF8(text).c_str() : "");
H A DDumpRenderTree.cpp182 static string toUTF8(const wchar_t* wideString, size_t length) function
193 string toUTF8(BSTR bstr) function
195 return toUTF8(bstr, SysStringLen(bstr));
198 string toUTF8(const wstring& wideString) function
200 return toUTF8(wideString.c_str(), wideString.length());
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h201 (*toUTF8) (struct ANTLR3_STRING_struct * string); member in struct:ANTLR3_STRING_struct
/external/icu4c/common/
H A Ducnv_cnv.h249 UConverterConvert toUTF8; member in struct:UConverterImpl
H A Dunistr_cnv.cpp185 return toUTF8(start, length, target, capacity);
H A Duts46.cpp73 info, errorCode).toUTF8(dest);
83 info, errorCode).toUTF8(dest);
93 info, errorCode).toUTF8(dest);
103 info, errorCode).toUTF8(dest);
509 destString.toUTF8(dest); // calls dest.Flush()
H A Dunistr.cpp796 UnicodeString::toUTF8(int32_t start, int32_t len, function in class:UnicodeString
818 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);
838 UnicodeString::toUTF8(ByteSink &sink) const { function in class:UnicodeString
H A Ducnv.c2146 sourceCnv->sharedData->impl->toUTF8!=NULL
2148 convert=sourceCnv->sharedData->impl->toUTF8;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c457 return delboy->tokenString->toUTF8(delboy->tokenString);
541 return delboy->tokenString->toUTF8(delboy->tokenString);
885 transmit (delboy, (const char *)(delboy->tokenString->toUTF8(delboy->tokenString)->chars));
904 transmit (delboy, (const char *)(delboy->tokenString->toUTF8(delboy->tokenString)->chars));
955 transmit(delboy, (const char *)(delboy->tokenString->toUTF8(delboy->tokenString)->chars));
998 transmit(delboy, (const char *)(delboy->tokenString->toUTF8(delboy->tokenString)->chars));
H A Dantlr3string.c284 string->toUTF8 = toUTF8_8;
321 string->toUTF8 = toUTF8_UTF16;
/external/icu4c/common/unicode/
H A Dunistr.h1608 void toUTF8(ByteSink &sink) const;
1616 * Calls toUTF8().
1622 * @see toUTF8
1627 toUTF8(sbs);
3053 * @see toUTF8
3174 // We could make a toUTF8(target, capacity, errorCode) public but not
3179 toUTF8(int32_t start, int32_t len,
/external/icu4c/test/intltest/
H A Dustrtest.cpp1907 us.toUTF8(sink);
1911 errln("UnicodeString::toUTF8() did not create the expected string.");
1914 errln("UnicodeString::toUTF8(sink) did not sink.Flush().");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 299 milliseconds