HomeSort by relevance Sort by last modified time
    Searched full:delimiter (Results 351 - 375 of 1089) sorted by null

<<11121314151617181920>>

  /external/owasp/sanitizer/src/main/org/owasp/html/
Encoding.java 257 REPLACEMENTS['"'] = "&#" + ((int) '"') + ";"; // Attribute delimiter.
260 REPLACEMENTS['\''] = "&#" + ((int) '\'') + ";"; // Attribute delimiter.
266 REPLACEMENTS['`'] = "&#" + ((int) '`') + ";"; // Attribute delimiter.
  /packages/apps/Email/provider_src/com/android/email/mail/
Store.java 204 char delimiter, boolean selectable, int type) {
206 mailbox.mDelimiter = delimiter;
208 int pathIndex = mailboxPath.lastIndexOf(delimiter);
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 75 ErrTrailingComma = errors.New("extra delimiter at end of line") // no longer used
87 // Comma is the field delimiter. It defaults to ','.
103 Comma rune // field delimiter (set to ',' by NewReader)
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 75 ErrTrailingComma = errors.New("extra delimiter at end of line") // no longer used
87 // Comma is the field delimiter. It defaults to ','.
103 Comma rune // field delimiter (set to ',' by NewReader)
  /external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java 30 * Decodes bytes from {@code in} into {@code out} until a delimiter 0x00 is
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 141 out.append(AT_SIGN); // add the delimiter
  /external/icu/icu4c/source/test/intltest/
datadrivennumberformattestsuite.h 129 UChar delimiter);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NFS4StringPrep.java 140 out.append(AT_SIGN); // add the delimiter
  /external/iproute2/tipc/
socket.c 24 #define PORTID_STR_LEN 45 /* Four u32 and five delimiter chars */
  /external/libchrome/base/process/
process_iterator_linux.cc 43 // delimiter.
  /external/llvm/lib/Support/
StringExtras.cpp 42 // Find the next occurrence of the delimiter.
  /external/lzma/CPP/Common/
Wildcard.h 26 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name); // ignores dir delimiter at the end of (path)
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
AlloCommandHandlerTest.java 70 * Test the handleCommand() method, when the recordSize delimiter ("R") parameter is specified,
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AlloCommandHandlerTest.java 70 * Test the handleCommand() method, when the recordSize delimiter ("R") parameter is specified,
  /external/parameter-framework/upstream/parameter/
MappingData.cpp 49 // There is no delimiter in the mapping field,
SelectionCriterionType.h 92 static const std::string _strDelimiter; /**< Inclusive criterion type delimiter. */
  /external/parameter-framework/upstream/test/tokenizer/
Test.cpp 96 GIVEN ("A string consisting only of a delimiter") {
  /external/sqlite/android/
sqlite3_android.cpp 232 * _TOKENIZE('<token_table>', <data_row_id>, <data>, <delimiter>,
238 * It will split <data> on each instance of <delimiter> and insert each token
342 // Get the raw bytes for the delimiter
345 ALOGE("can't get delimiter");
  /frameworks/base/tools/aapt2/util/
Files.h 117 * - Delimiter is :
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 56 #define DELIMITER "|"
  /libcore/dex/src/main/java/com/android/dex/
Mutf8.java 31 * Decodes bytes from {@code in} into {@code out} until a delimiter 0x00 is
  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 17 * would otherwise be regarded as markup. The only delimiter that is
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter
  /system/core/include/utils/
Tokenizer.h 101 * Returns the token or an empty string if the current character is a delimiter

Completed in 1159 milliseconds

<<11121314151617181920>>