HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 926 - 950 of 2017) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
encoder.py 112 objects with all incoming unicode characters escaped. If
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 576 txt = StringExtensions.replaceAll(txt, "%25", "%"); // undo escaped escape chars
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 732 txt = txt.Replace( "%25", "%" ); // undo escaped escape chars
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 517 txt = txt.replaceAll("%25","%"); // undo escaped escape chars
  /external/autotest/client/common_lib/
pxssh.py 84 #need to be escaped, but it doesn't hurt and serves to make the set
  /external/boringssl/src/crypto/x509/
a_strex.c 229 * character will never be escaped on first and last.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
PKG-INFO 228 - Strings are kept, except that escaped newlines are stripped
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
index.html 68 <li>Strings are kept, except that escaped newlines are stripped</li>
rcssmin-module.html 68 <li>Strings are kept, except that escaped newlines are stripped</li>
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
DateTimeShortcuts.js 363 // the format needs to be escaped a little
  /external/clang/docs/tools/
dump_ast_matchers.py 83 """Returns the given comment without \-escaped words."""
  /external/clang/lib/Format/
BreakableToken.cpp 329 // is not needed, but can serve a purpose of uniformity with necessary escaped
ContinuationIndenter.h 136 /// by clang-format and string literals with escaped newlines.
  /external/clang/test/Analysis/
retain-release-region-store.m 105 // until we can properly tell whether they have escaped via a return value
  /external/curl/src/
tool_getparam.c 312 * We allow ':' and '\' to be escaped by '\' so that we can use certificate
336 * means no passphrase was given and no characters escaped */
342 /* deal with escaped chars; find unescaped colon if it exists */
400 /* escaped colons and Windows drive letter colons were handled
    [all...]
  /external/googletest/googletest/src/
gtest-printers.cc 216 // as "'\\0'", other unprintable characters are also properly escaped
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberPropertyMapper.java 361 // [o/p] => o for escaped custom override string, p for pattern string
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleBuilder.java 93 /**< Hex digits expected as part of a escaped char in a rule. */
TransliteratorParser.java 498 int escaped = Utility.unescapeAt(rule, iref); local
500 if (escaped == -1) {
503 parser.checkVariableRange(escaped, rule, start);
504 UTF16.append(buf, escaped);
    [all...]
  /external/icu/icu4c/source/i18n/
regexst.cpp 52 // need to be escaped to appear as literals in a regexp. Expressed
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberPropertyMapper.java 360 // [o/p] => o for escaped custom override string, p for pattern string
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleBuilder.java 92 /**< Hex digits expected as part of a escaped char in a rule. */
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 497 int escaped = Utility.unescapeAt(rule, iref); local
499 if (escaped == -1) {
502 parser.checkVariableRange(escaped, rule, start);
503 UTF16.append(buf, escaped);
    [all...]

Completed in 1678 milliseconds

<<31323334353637383940>>