HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 126 - 150 of 409) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/extras/tests/fstest/
perm_checker.c 157 char spec[MAX_NAME_LEN + 5]; // Allows for "/..." suffix + terminator
  /external/chromium/third_party/icu/public/i18n/unicode/
utrans.h 424 * terminator.
465 * *text, including the zero terminator. See utrans_transIncremental()
  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 175 char terminator = *string; local
177 const char *end = uprv_strchr(string+1, terminator);
zonemeta.cpp 624 int32_t tzidLen = tzid->length() + 1; // Add one for NUL terminator
718 mzidUChars[mzidLen++] = 0; // Add NUL terminator
    [all...]
  /external/icu4c/common/
loclikely.cpp 134 * the tag string fits in the output buffer, but the null terminator doesn't.
435 * including the null terminator.
    [all...]
  /external/icu4c/common/unicode/
ubrk.h 181 /** Tag value for for sentences ending with a sentence terminator
189 * sentence terminator ('.', '?', '!', etc.) character, but
  /external/icu4c/i18n/
ucol_sit.cpp 174 char terminator = *string; local
176 const char *end = uprv_strchr(string+1, terminator);
zonemeta.cpp 195 u_UCharsToChars(canonical, id, len + 1 /* include the terminator */);
  /external/icu4c/i18n/unicode/
utrans.h 444 * terminator.
485 * *text, including the zero terminator. See utrans_transIncremental()
  /external/libxml2/
error.c 177 xmlChar content[81]; /* space for 80 chars + line terminator */
210 /* (leave buffer space for pointer + line terminator) */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 621 SDL_modelist[i] = NULL; /* terminator */
749 SDL_modelist[i] = NULL; /* terminator */
    [all...]
  /external/webkit/WebCore/icu/unicode/
ubrk.h 281 /** Tag value for for sentences ending with a sentence terminator
289 * sentence terminator ('.', '?', '!', etc.) character, but
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 564 if (*q == ';') { /* terminator */
882 /* is corrupt, we may not get an explicit terminator. */
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 310 // Pass size - 1 since the UTF8 is null terminated and we don't want a null terminator on the UTF16 string
391 // Pass size - 1 since the UTF8 is null terminated and we don't want a null terminator on the UTF16 string
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 613 ** the zero terminator. So the longest string that can be completely
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 139 * Finishing the iteration when encountering such a TERMINATOR is
363 // approximate replacements, self/TERMINATOR.
    [all...]
  /external/astl/include/
string 317 size_type mLength; // len of the string excl. null-terminator.
  /external/bluetooth/glib/glib/
giochannel.c 775 * @length: a location to return the length of the line terminator
    [all...]
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 480 // end-of-line terminator for the current platform:
  /external/jpeg/
wrgif.c 346 /* Write the GIF terminator mark */
  /external/skia/src/core/
SkString.cpp 364 SkString tmp(count); // puts a null terminator at the end of the string
  /external/skia/src/images/
fpdfemb.h     [all...]
  /external/v8/src/
scanner.h 278 // Returns true if there was a line terminator before the peek'ed token.
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 112 SIZE_T size = mutableURL.length() + mutableTitle.length() + 2; // +1 for "\n" and +1 for null terminator

Completed in 1138 milliseconds

1 2 3 4 56 7 8 91011>>