HomeSort by relevance Sort by last modified time
    Searched defs:end_of_line (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 542 def end_of_line?
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 60 size_t end_of_line = 0; local
63 start_of_line = string.find_first_not_of("\r\n", end_of_line);
67 end_of_line = string.find_first_of("\r\n", start_of_line);
68 if (end_of_line == std::string::npos) {
69 end_of_line = string.length();
73 if ((equals >= end_of_line) || (equals == std::string::npos))
77 std::string value(string, equals + 1, end_of_line - equals - 1);
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.cc 223 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
226 if (!end_of_line) {
227 udata = end_of_line = end;
229 udata = end_of_line + 1;
237 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
243 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
269 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
270 --end_of_line;
273 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
logging.cc 549 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
552 if (!end_of_line) {
553 udata = end_of_line = end;
555 udata = end_of_line + 1;
563 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
569 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
595 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
596 --end_of_line;
599 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/pixman/pixman/
pixman-arm-simd-asm.h 514 .macro end_of_line restore_x, vars_spilled, loop_label, last_one
772 end_of_line 1, %((flags) & FLAG_SPILL_LINE_VARS_WIDE), 151b
800 end_of_line 1, %((flags) & FLAG_SPILL_LINE_VARS_NON_WIDE), 161b variable
846 end_of_line %(dst_w_bpp < 32), %((flags) & FLAG_SPILL_LINE_VARS_NON_WIDE), 171b, last_one
  /external/pcre/dist/
pcregrep.c 1119 end_of_line(char *p, char *endptr, int *lenptr) function
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 5083 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
    [all...]

Completed in 1498 milliseconds