HomeSort by relevance Sort by last modified time
    Searched refs:terminator (Results 1 - 14 of 14) sorted by null

  /external/icu4c/tools/toolutil/
uparse.c 299 const char **terminator,
324 *terminator=end;
343 *terminator=end;
351 const char *terminator; local
353 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
355 terminator=u_skipWhitespace(terminator);
356 if(*terminator!=';' && *terminator!=0) {
uparse.h 132 * the *terminator output parameter.
137 const char **terminator,
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 140 terminator = '\r\n\r\n'
142 while pos < len(terminator):
144 if received == terminator[pos]:
146 elif received == terminator[0]:
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 243 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
251 // never executed. The unreachable code macro protects the terminator
256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
265 terminator; \
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 83 const char *where, *terminator; local
104 terminator = where + SDL_strlen(extension);
106 if (*terminator == ' ' || *terminator == '\0') return 1;
108 start = terminator;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 61 const char *where, *terminator; local
80 terminator = where + strlen(extension);
82 if (*terminator == ' ' || *terminator == '\0') return 1;
84 start = terminator;
  /external/webkit/WebKitTools/simplejson/
decoder.py 80 content, terminator = chunk.groups()
85 if terminator == '"':
  /packages/experimental/procstatlog/
procstatlog.c 100 // terminator: if non-NULL, processing stops after this string
104 char delimiter, const char *terminator, int skip_words,
119 if (terminator != NULL) {
120 char *end = strstr(buf, terminator);
  /external/v8/test/mjsunit/regress/
regress-892742.js 34 // line terminator making g() return undefined, but this is not the
  /libcore/luni/src/main/java/java/util/
Scanner.java 71 // Pattern used to recognize line terminator.
77 // Pattern used to recognize a line with a line terminator.
81 String terminator = "\n|\r\n|\r|\u0085|\u2028|\u2029"; typedefs
83 LINE_TERMINATOR = Pattern.compile(terminator);
90 .append(terminator).append(")+").toString());
93 .append(terminator).append(")|.+(")
94 .append(terminator).append(")?").toString());
329 * pattern is found before line terminator, the matched string will be
333 * input may be cached if no line terminator exists in the buffer.
338 * before the next line terminator
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 175 char terminator = *string; local
177 const char *end = uprv_strchr(string+1, terminator);
  /external/icu4c/i18n/
ucol_sit.cpp 174 char terminator = *string; local
176 const char *end = uprv_strchr(string+1, terminator);
  /external/dbus/test/
decode-gcov.c 142 long terminator,
156 if (n == terminator)
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 209 milliseconds