OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp
327
const CharType*
inputEnd
= ptr - 1;
328
while (inputStart <
inputEnd
&& isSVGSpace(*
inputEnd
))
329
--
inputEnd
;
331
values.add(String(inputStart,
inputEnd
- inputStart + 1));
479
const CharType*
inputEnd
= ptr - 1;
480
while (inputStart <
inputEnd
&& isSVGSpace(*
inputEnd
))
481
inputEnd
--;
483
values.append(String(inputStart,
inputEnd
- inputStart + 1))
[
all
...]
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
364
UTF16 *
inputEnd
;
387
inputEnd
= (UTF16 *) (string->chars);
394
(const UTF16**)&
inputEnd
,
[
all
...]
Completed in 84 milliseconds