/frameworks/base/core/jni/ |
android_database_SQLiteQuery.cpp | 197 // SQLite does not include the NULL terminator in size, but does 199 // one to make sure we store the terminator.
|
android_backup_BackupHelperDispatcher.cpp | 37 int nameLength; // not including the NULL terminator, which is not written to the file
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 135 " 2. javadoc says ends with a token terminator (for example a space or comma)," +
|
/development/tools/zoneinfo/ |
ZoneCompactor.java | 47 // Maximum number of characters in a zone name, including '\0' terminator
|
/device/htc/common/updater/ |
firmware.c | 31 * deal with the command field not having a 0 terminator correctly
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
gregex.sgml | 114 @G_REGEX_ERROR_MISSING_SUBPATTERN_NAME_TERMINATOR: Missing terminator in subpattern name. Since 2.16 225 a new #GRegex, setting the '\r' character as line terminator. 227 a new #GRegex, setting the '\n' character as line terminator. 229 a new #GRegex, setting the '\r\n' characters as line terminator.
|
/external/chromium/base/ |
setproctitle_linux.c | 88 // kernel doesn't actually look for a null terminator unless we make the
|
sys_string_conversions_mac.mm | 47 // value_type elements per UInt8. Leave room for a NUL terminator.
|
/external/chromium/googleurl/src/ |
url_parse.cc | 53 // Returns the offset of the next authority terminator in the input starting 54 // from start_offset. If no terminator is found, the return value will be equal 470 char digits[kMaxDigits + 1]; // +1 for null terminator 645 // This handles everything that may be an authority terminator, including
|
/external/chromium/third_party/icu/source/io/ |
ufmt_cmn.c | 244 /* add the null terminator */
|
ustdio.c | 494 /* subtract 1 from n to compensate for the terminator */ 568 /* add the terminator and return s */
|
/external/chromium/third_party/icu/source/test/intltest/ |
punyref.h | 66 /* the caller can leave room for a terminator and add one if */
|
/external/icu4c/io/ |
ufmt_cmn.c | 244 /* add the null terminator */
|
ustdio.c | 494 /* subtract 1 from n to compensate for the terminator */ 568 /* add the terminator and return s */
|
/external/icu4c/test/intltest/ |
punyref.h | 66 /* the caller can leave room for a terminator and add one if */
|
/external/svox/pico/lib/ |
picokfst.h | 161 with the terminator symbol pair */
|
/external/webkit/JavaScriptCore/API/ |
JSStringRef.h | 120 @result The number of bytes written into buffer (including the null-terminator byte).
|
/external/webkit/WebKit/android/wds/client/ |
AdbConnection.cpp | 127 char* msg = new char[payloadLen + 1]; // include null-terminator
|
/external/wpa_supplicant/ |
base64.c | 32 * nul terminated to make it easier to use as a C string. The nul terminator is
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
base64.c | 32 * nul terminated to make it easier to use as a C string. The nul terminator is
|
/external/chromium/third_party/icu/public/common/unicode/ |
ustring.h | 82 * @return The number of UChars in <code>chars</code>, minus the terminator. 128 * including the null terminator, to <code>dst</code>. The initial copied 129 * character from <code>src</code> overwrites the null terminator in <code>dst</code>. 210 * A NUL character is found at the string terminator. 230 * A NUL character is found at the string terminator. 297 * A NUL character is found at the string terminator. 317 * A NUL character is found at the string terminator. 653 * Copy a ustring. Adds a null terminator. 684 * Adds a null terminator. 713 * Adds a null terminator [all...] |
ubrk.h | 180 /** Tag value for for sentences ending with a sentence terminator 188 * sentence terminator ('.', '?', '!', etc.) character, but
|
/external/icu4c/common/unicode/ |
ustring.h | 82 * @return The number of UChars in <code>chars</code>, minus the terminator. 128 * including the null terminator, to <code>dst</code>. The initial copied 129 * character from <code>src</code> overwrites the null terminator in <code>dst</code>. 210 * A NUL character is found at the string terminator. 230 * A NUL character is found at the string terminator. 297 * A NUL character is found at the string terminator. 317 * A NUL character is found at the string terminator. 653 * Copy a ustring. Adds a null terminator. 684 * Adds a null terminator. 713 * Adds a null terminator [all...] |
/bionic/libc/netbsd/net/ |
getnameinfo.c | 274 if (numaddrlen + 1 > (size_t)hostlen) /* don't forget terminator */ 349 if (numaddrlen + 1 > (size_t)hostlen) /* don't forget terminator */
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 86 #define PH_FRINFC_NDEFMAP_STATE_TERM_TLV 12 /*!< Write terminator TLV block */ 230 #define PH_FRINFC_MIFARESTD_TERMTLV_T 0xFE /*!< Type of Terminator TLV */
|