OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:end_of_line
(Results
1 - 5
of
5
) 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/chromium_org/v8/src/
jsregexp.cc
5083
RegExpNode*
end_of_line
= ActionNode::BeginSubmatch(
local
[
all
...]
Completed in 101 milliseconds