HomeSort by relevance Sort by last modified time
    Searched refs:escaped (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/open-vcdiff/gtest/src/
gtest-port.cc 190 // Returns true iff the given atom (specified by escaped and pattern)
192 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
193 if (escaped) { // "\\p" where p is pattern_char.
278 // expression. The regex atom is defined as c if escaped is false,
285 bool escaped, char c, char repeat, const char* regex,
302 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
321 const bool escaped = *regex == '\\'; local
322 if (escaped)
329 escaped, regex[0], regex[1], regex + 2, str);
334 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 190 // Returns true iff the given atom (specified by escaped and pattern)
192 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
193 if (escaped) { // "\\p" where p is pattern_char.
278 // expression. The regex atom is defined as c if escaped is false,
285 bool escaped, char c, char repeat, const char* regex,
302 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
321 const bool escaped = *regex == '\\'; local
322 if (escaped)
329 escaped, regex[0], regex[1], regex + 2, str);
334 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp 117 GOwnPtr<gchar> escaped(g_markup_escape_text(actualLabel.utf8().data(), -1));
118 append(markup, String::fromUTF8(escaped.get()));
  /external/chromium/net/base/
escape.h 24 // Space is escaped as + and other special characters as %XX (hex).
59 // addition to their special meaning. Things like escaped letters, digits,
103 // will be returned as converted. If it is not, the original escaped string will
133 bool use_plus, string16* escaped);
  /external/smack/src/org/xbill/DNS/
Generator.java 98 boolean escaped = false;
104 if (escaped) {
106 escaped = false;
111 escaped = true;
Name.java 221 boolean escaped = false;
227 if (escaped) {
244 escaped = false;
246 escaped = true;
266 if (escaped)
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 113 ASSERT(!escaped());
144 ASSERT(!s.escaped());
157 ASSERT(!escaped());
158 ASSERT(!s.escaped());
  /external/doclava/src/com/google/doclava/
FieldInfo.java 229 char escaped = 0; local
284 escaped = 0;
292 escaped <<= 4;
294 escaped |= c - '0';
296 escaped |= 10 + (c - 'a');
298 escaped |= 10 + (c - 'A');
304 buf.append(escaped);
  /external/v8/test/mjsunit/
escape.js 36 // Check the unescape chars are not escaped
38 // Check spaces are escaped
40 // Check that null chars are escaped and do not terminate the string
51 // Check first 1000 chars individually for escaped/not escaped
  /external/iptables/iptables/
ip6tables-restore.c 330 int quote_open, escaped; local
378 escaped = 0;
385 if (escaped) {
387 escaped = 0;
390 escaped = 1;
iptables-restore.c 335 int quote_open, escaped; local
383 escaped = 0;
390 if (escaped) {
392 escaped = 0;
395 escaped = 1;
  /libcore/json/src/test/java/org/json/
JSONStringerTest.java 220 private void assertEscapedAllWays(String escaped, String original) throws JSONException {
221 assertEquals("{\"" + escaped + "\":false}",
223 assertEquals("{\"a\":\"" + escaped + "\"}",
225 assertEquals("[\"" + escaped + "\"]",
227 assertEquals("\"" + escaped + "\"", JSONObject.quote(original));
  /external/harfbuzz_ng/test/api/
test-buffer.c 381 char *escaped; local
383 escaped = g_strescape (test->utf8, NULL);
384 g_test_message ("UTF-8 test #%d: %s", i, escaped);
385 g_free (escaped);
666 char *escaped; local
668 escaped = g_strescape (test->utf8, NULL);
669 g_test_message ("UTF-8 test #%d: %s", i, escaped);
670 g_free (escaped);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 41 /* Nonzero if the points-to set includes the local escaped solution by
43 unsigned int escaped : 1;
45 /* Nonzero if the points-to set includes the IPA escaped solution by
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 41 /* Nonzero if the points-to set includes the local escaped solution by
43 unsigned int escaped : 1;
45 /* Nonzero if the points-to set includes the IPA escaped solution by
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 41 /* Nonzero if the points-to set includes the local escaped solution by
43 unsigned int escaped : 1;
45 /* Nonzero if the points-to set includes the IPA escaped solution by
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 41 /* Nonzero if the points-to set includes the local escaped solution by
43 unsigned int escaped : 1;
45 /* Nonzero if the points-to set includes the IPA escaped solution by
  /bionic/libc/netbsd/nameser/
ns_name.c 209 int c, n, escaped, e = 0; local
212 escaped = 0;
218 if (escaped) {
230 escaped = 0;
260 escaped = 0;
262 escaped = 1;
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 568 /* Convert BUFFER, binary data at least LEN bytes long, into escaped
587 /* These must be escaped. */
603 /* Convert BUFFER, escaped data LEN bytes long, into binary data
608 escaped characters than that function does, in particular because
609 '*' must be escaped to avoid the run-length encoding processing
617 int escaped; local
620 escaped = 0;
627 if (escaped) {
629 escaped = 0;
631 escaped = 1
    [all...]
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
MoreKeysResources.java 201 final String escaped = escapeNonAscii(res.mValue); local
202 if (escaped.length() == 0) {
205 formatter.outElement(String.format("\"%s\",", escaped));
  /external/chromium/chrome/browser/
shell_integration_linux.cc 216 std::string escaped;
219 escaped += '\\';
220 escaped += arg[i];
222 return escaped;
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 809 string escaped;
815 escaped = SedEscape(st);
816 fprintf(commandFile, "-e '/%s/ d' ", escaped.c_str());
835 // escaped = SedEscape(st);
836 // fprintf(commandFile, "-e '/%s/ d' \\\n", escaped.c_str());
856 escaped = SedEscape(st);
868 escaped.c_str(), biStr.c_str());
886 escaped = SedEscape(st);
887 fprintf(commandFile, "-e '/%s/ d' ", escaped.c_str());
901 escaped = SedEscape(st)
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
120 # processes the resulting escaped text, it transforms
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 79 UnicodeString escaped; local
80 escape(str,escaped);
81 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 401 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com"
408 * @return the escaped version of the node.
462 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com"
468 * @param node the escaped version of the node.
469 * @return the un-escaped version of the node.
525 * @return the string with appropriate characters escaped.

Completed in 1039 milliseconds

12 3 4 5