OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromLim
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/expat/dist/lib/
xmltok.c
330
const char *
fromLim
= *fromLimRef;
332
for (;
fromLim
> from;
fromLim
--, walked++) {
333
const unsigned char prev = (unsigned char)
fromLim
[-1];
337
fromLim
+= 4 - 1;
345
fromLim
+= 3 - 1;
353
fromLim
+= 2 - 1;
363
*fromLimRef =
fromLim
;
367
utf8_toUtf8(const ENCODING *enc, const char **fromP, const char *
fromLim
,
373
const ptrdiff_t bytesAvailable =
fromLim
- *fromP
[
all
...]
xmltok.c
330
const char *
fromLim
= *fromLimRef;
332
for (;
fromLim
> from;
fromLim
--, walked++) {
333
const unsigned char prev = (unsigned char)
fromLim
[-1];
337
fromLim
+= 4 - 1;
345
fromLim
+= 3 - 1;
353
fromLim
+= 2 - 1;
363
*fromLimRef =
fromLim
;
367
utf8_toUtf8(const ENCODING *enc, const char **fromP, const char *
fromLim
,
373
const ptrdiff_t bytesAvailable =
fromLim
- *fromP
[
all
...]
/src/external/mit/expat/dist/tests/
basic_tests.c
375
const char *
fromLim
= cases[i].input + strlen(cases[i].input);
376
const char *const fromLimInitially =
fromLim
;
379
_INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &
fromLim
);
381
actualMovementInChars = (
fromLim
- fromLimInitially);
basic_tests.c
375
const char *
fromLim
= cases[i].input + strlen(cases[i].input);
376
const char *const fromLimInitially =
fromLim
;
379
_INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &
fromLim
);
381
actualMovementInChars = (
fromLim
- fromLimInitially);
Completed in 97 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026