/external/clearsilver/cgi/ |
cgi.h | 307 * Description: cgi_url_escape will do URL escaping on the passed in 319 * Description: cgi_url_escape_more will do URL escaping on the passed in 427 * Note this function does no escaping of anything, you
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | 61 /** Stack to keep track of disabling output escaping. */ 938 * Tell if this character can be written without escaping. [all...] |
ToXMLSAXHandler.java | 49 * Keeps track of whether output escaping is currently enabled
|
/external/libxml2/ |
xmlsave.c | 144 * Special escaping routines * 798 * Disable escaping, needed for XSLT [all...] |
xmlIO.c | [all...] |
/external/bluetooth/glib/gio/ |
gicon.c | 229 * (such as <literal>/path/to/my icon.png</literal>) without escaping
|
/external/emma/core/java12/com/vladium/util/ |
Strings.java | 219 * with " "'s, which is handy for escaping code.
|
/external/icu4c/common/ |
ucnv_bld.h | 31 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
|
util.cpp | 304 // If we are escaping unprintables, then escape them outside
|
/external/icu4c/i18n/ |
rbt_pars.h | 191 * This method handles quoting, escaping, and whitespace removal. It
|
regexst.cpp | 51 // as the inverse of those needing escaping -- [^\*\?\+\[\(\)\{\}\^\$\|\\\.]
|
/external/webkit/WebCore/bridge/objc/ |
objc_utility.mm | 71 escaping '_' and '$' with a leading '$', such that '_' becomes "$_" and
|
/external/webkit/WebCore/platform/ |
KURL.h | 275 // Unescapes the given string using URL escaping rules, given an optional
|
KURL.cpp | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMBuilder.java | 493 * If available, when the disable-output-escaping attribute is used, 494 * output raw text without escaping. A PI will be inserted in front
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 289 // two single quotes escaping will not open_ or close_ quoting() 306 // It's a hard work to re-adjust generation opportunity for various escaping form. 919 default: token.append(c); // unknown escaping, treat it as literal [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
XMLWriter.java | [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
DNParser.java | 299 //FIXME: escaping is allowed only for leading or trailing space char
|
/external/dbus/dbus/ |
dbus-address.c | 96 * using the D-Bus address escaping mechanism
|
/external/opencore/ |
ChangeLog | 140 - Check URIs for illegal characters and run escaping algorithm if any
|
/external/webkit/WebCore/platform/text/ |
TextCodecICU.cpp | 373 // Substitutes special GBK characters, escaping all other unassigned entities.
|
/frameworks/base/core/java/com/android/internal/net/ |
DNParser.java | 288 //FIXME: escaping is allowed only for leading or trailing space char
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cgraph.h | 36 arbitrary side effects on escaping variables and functions, while
|
/external/dbus/bus/ |
signals.c | 113 /* Note this function does not do escaping, so it's only 517 /* \ only counts as an escape if escaping a quote mark */ [all...] |
/dalvik/libcore/json/src/main/java/org/json/ |
JSONObject.java | 701 * necessary character escaping.
|