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

<<41424344454647484950>>

  /external/python/cpython3/Lib/http/
cookies.py 86 within a string. Escaped quotation marks, nested semicolons, and other
  /external/python/cpython3/Lib/idlelib/
pyparse.py 477 p = p+1 # beyond escaped char
  /external/python/cpython3/Tools/pynche/
README 67 the persistent init file. Since `#' needs to be escaped in
  /external/v8/src/
json-stringifier.cc 650 // an escaped character is 6. Shifting the remainin string length right by 3
  /external/v8/src/parsing/
scanner.h 694 Token::Value ScanIdentifierSuffix(LiteralScope* literal, bool escaped);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 111 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 372 * Escaped characters in those values are automatically unescaped into original form.
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SearchBar.java 271 if (DEBUG) Log.v(TAG, "Escaped North");
  /libcore/json/src/main/java/org/json/
JSONArray.java 561 * characters escaped. For example, the array containing the strings '12"
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 289 // Single quotes themselves must be escaped in either case.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 623 * Unsafe characters are escaped.
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Address.java 60 // Regex that matches escaped character '\\([\\"])'
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 189 * within the string are escaped using a second single quote. So, for example, an
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
tutorial.md 207 According to RFC 4627, JSON strings can contain Unicode character `U+0000`, which must be escaped as `"\u0000"`. The problem is that, C/C++ often uses null-terminated string, which treats ``\0'` as the terminator symbol.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 69 // Regex that matches escaped character '\\([\\"])'
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 311 // already escaped while moving to staging.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 244 regex syntax are escaped.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 454 p = p+1 # beyond escaped char
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 244 regex syntax are escaped.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 454 p = p+1 # beyond escaped char
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 369 // escaped quote. In case of a syntax error, it stops at the offending
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 289 // with a dot are escaped with an additional dot to avoid
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 369 // escaped quote. In case of a syntax error, it stops at the offending
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 289 // with a dot are escaped with an additional dot to avoid
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/libs/armeabi/
libc++_shared.so 

Completed in 1780 milliseconds

<<41424344454647484950>>