Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c1747 static char *appendText(char *zIn, char const *zAppend, char quote){ in appendText() function
1997 zTableInfo = appendText(zTableInfo, "PRAGMA table_info(", 0); in dump_callback()
1998 zTableInfo = appendText(zTableInfo, zTable, '"'); in dump_callback()
1999 zTableInfo = appendText(zTableInfo, ");", 0); in dump_callback()
2007 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0); in dump_callback()
2008 zTmp = appendText(zTmp, zTable, '"'); in dump_callback()
2010 zSelect = appendText(zSelect, zTmp, '\''); in dump_callback()
2012 zSelect = appendText(zSelect, " || ' VALUES(' || ", 0); in dump_callback()
2016 zSelect = appendText(zSelect, "quote(", 0); in dump_callback()
2017 zSelect = appendText(zSelect, zText, '"'); in dump_callback()
[all …]
/external/chromium/third_party/icu/source/tools/toolutil/
Dxmlparser.cpp708 appendText(text, recurse); in getText()
713 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() function in UXMLElement
721 ((const UXMLElement *)node)->appendText(text, recurse); in appendText()
Dxmlparser.h130 void appendText(UnicodeString &text, UBool recurse) const;
/external/icu4c/tools/toolutil/
Dxmlparser.cpp708 appendText(text, recurse); in getText()
713 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() function in UXMLElement
721 ((const UXMLElement *)node)->appendText(text, recurse); in appendText()
Dxmlparser.h130 void appendText(UnicodeString &text, UBool recurse) const;
/external/icu4c/samples/ustring/
Dustring.cpp149 static const UChar appendText[]={ 0x61, 0x62, 0x63, 0 }; /* "abc" */ in demo_C_Unicode_strings() local
158 u_strcat(buffer, appendText); /* buffer=="Aabc" */ in demo_C_Unicode_strings()
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1691 appendText: function(text, where){ method
Dconcat-jquery-mootools-prototype.js6067 appendText: function(text, where){ method