Searched +defs:utf8 +defs:text (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DCredentialBackingStore.cpp382 WTF::CString utf8 = plainText.utf8(String::StrictConversion); local
390 std::string text = cipherText.is8Bit() ? local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dgendata.cpp40 LEUnicode *text; member in struct:TestInput
160 UnicodeString text; local
226 char *utf8 = NULL; local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp595 std::string utf8; local
658 const char * text; local
709 url.Format( TEXT( "%s%s/%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); local
713 url.Format( TEXT( "%s%s%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); local
719 url.Format( TEXT( "%s%s/%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); local
814 std::string text; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Ducnvseltst.c188 char *text, *textLimit; member in struct:TestText
272 getResultsManually(const char** encodings, int32_t num_encodings, const char *utf8, int32_t length, const USet* excludedCodePoints, const UConverterUnicodeSet whichSet) argument
380 TestText text; local
[all...]
H A Dreapits.c93 static UBool equals_utf8_utext(const char *utf8, UText *utext) { argument
993 UChar text[100]; local
1918 UChar text[10 local
[all...]
H A Dccapitst.c2241 utf8[]={ local
2494 char utf8[16]; local
2559 char utf8[600], expect[600]; local
2737 utf8[]={ local
3026 static const UChar text[]={ local
[all...]
/macosx-10.9.5/expat-12/expat/tests/
H A Druntests.c71 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, argument
157 char text[] = "<doc>\0</doc>"; local
180 char *text = "\357\273\277<e/>"; local
189 char text[] = "\\376\\377\\0<\\0e\\0/\\0>"; local
198 char text[] = "\\377\\376<\\0e\\0/\\0>\\0"; local
224 _run_character_check(XML_Char *text, XML_Char *expected, const char *file, int line) argument
241 _run_attribute_check(XML_Char *text, XML_Char *expected, const char *file, int line) argument
260 char *text = local
272 char *text = local
282 char *text = local
292 char *text = local
302 char *text = local
316 char *text = "<doc>\\xEF\\xBA\\xBF</doc>"; local
328 char text[100]; local
352 char text[] = local
368 char text[] = local
391 char *text = local
395 char *utf8 = local
408 char *text = local
429 char *text = "<tag></tag>"; local
476 char *text = local
512 char *text = local
532 char *text = local
558 char *text = local
600 char *text = "<a><b><c/></b><d><f/></d></a>"; local
704 char *text = local
758 char *text = local
780 char *text = local
800 char *text = local
816 char *text = local
839 char *text = local
857 char *text = (char *)XML_GetUserData(parser); local
875 char *text = local
895 char *text = local
912 char *text = local
927 char *text = local
959 char *text = local
975 char *text = local
1031 char *text = long_character_data_text; local
1052 char *text = long_character_data_text; local
1120 char *text = local
1160 run_ns_tagname_overwrite_test(char *text, char *result) argument
1175 char *text = local
1196 char *text = local
1239 char *text = "<e xmlns='http://xml.libexpat.org/'></e>"; local
1258 char *text; local
1281 char *text = local
1303 char *text = local
1318 char *text = local
1331 char *text = local
1348 char *text = local
1371 char *text = local
1383 char *text = local
1396 char *text = "<doc a:attr=''/>"; local
1406 char *text = "<a:doc/>"; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd.c443 text[PPD_MAX_LINE], local
828 cups_utf8_t utf8[256]; /* UTF-8 version of NickName */ local
2253 ppd_add_attr(ppd_file_t *ppd, const char *name, const char *spec, const char *text, const char *value) argument
2616 ppd_get_cparam(ppd_coption_t *opt, const char *param, const char *text) argument
2659 ppd_get_group(ppd_file_t *ppd, const char *name, const char *text, _cups_globals_t *cg, cups_encoding_t encoding) argument
2781 ppd_read(cups_file_t *fp, _ppd_line_t *line, char *keyword, char *option, char *text, char **string, int ignoreblank, _cups_globals_t *cg) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dx-dnd.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dx-win.el[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr.cpp219 UnicodeString::UnicodeString(const UChar *text) argument
226 UnicodeString::UnicodeString(const UChar *text, argument
234 UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength) argument
411 fromUTF8(const StringPiece &utf8) argument
572 doEquals(const UnicodeString &text, int32_t len) const argument
889 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, local
1134 setTo(UBool isTerminated, const UChar *text, int32_t textLength) argument
1206 setToUTF8(const StringPiece &utf8) argument
1423 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) argument
1437 UChar* text = (UChar*) uprv_malloc( sizeof(UChar) * (limit - start) ); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp742 const QByteArray utf8 = html.toUtf8(); local
748 void DumpRenderTreeSupportQt::confirmComposition(QWebPageAdapter *adapter, const char* text) argument
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_entry.c295 aes_update_utf8(struct aes *aes, const char *utf8) argument
1630 __archive_entry_acl_parse_w(struct archive_entry *entry, const wchar_t *text, int default_type) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp1609 virtual UnicodeString parseReference(const UnicodeString& text, argument
2364 char utf8[1024]; member in class:UnicodeSetWithStrings
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dispell.el[all...]

Completed in 240 milliseconds