Home
last modified time | relevance | path

Searched defs:appendText (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/samples/ustring/
Dustring.cpp162 static const UChar appendText[]={ 0x61, 0x62, 0x63, 0 }; /* "abc" */ in demo_C_Unicode_strings() local
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp162 static const UChar appendText[]={ 0x61, 0x62, 0x63, 0 }; /* "abc" */ in demo_C_Unicode_strings() local
/third_party/skia/src/xml/
DSkXMLParser.cpp80 void appendText(const char* txt, size_t len) { in appendText() function
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.cpp715 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() function in UXMLElement
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.cpp715 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() function in UXMLElement
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp715 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() function in UXMLElement
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts42 export function appendText(fs: vfs.FileSystem, path: string, additionalContent: string) { function
/third_party/sqlite/src/
Dshell.c851 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() function