Searched refs:rawStart (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dutf16collationiterator.cpp152 rawStart(newText),
153 segmentStart(newText + (other.segmentStart - other.rawStart)),
154 segmentLimit(other.segmentLimit == NULL ? NULL : newText + (other.segmentLimit - other.rawStart)),
155 rawLimit(other.rawLimit == NULL ? NULL : newText + (other.rawLimit - other.rawStart)),
160 start = newText + (other.start - other.rawStart);
161 pos = newText + (other.pos - other.rawStart);
162 limit = other.limit == NULL ? NULL : newText + (other.limit - other.rawStart);
181 return (pos - rawStart) == (o.pos - o.rawStart);
183 return (segmentStart - rawStart)
[all...]
H A Dutf16collationiterator.h88 rawStart(s), segmentStart(p), segmentLimit(NULL), rawLimit(lim),
146 // Text pointers: The input text is [rawStart, rawLimit[
158 // segmentStart is undefined, start == rawStart.
169 const UChar *rawStart; member in class:FCDUTF16CollationIterator
177 // Direction of incremental FCD check. See comments before rawStart.
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c3507 char *raw, *rawStart, *rawEnd;
3565 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3566 raw = rawStart;
3568 rawLen = rawEnd - rawStart;
3471 char *raw, *rawStart, *rawEnd; local
H A DtclIO.c.orig3183 char *raw, *rawStart, *rawEnd;
3241 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3242 raw = rawStart;
3244 rawLen = rawEnd - rawStart;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c3507 char *raw, *rawStart, *rawEnd;
3565 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3566 raw = rawStart;
3568 rawLen = rawEnd - rawStart;
3471 char *raw, *rawStart, *rawEnd; local
H A DtclIO.c.orig3183 char *raw, *rawStart, *rawEnd;
3241 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3242 raw = rawStart;
3244 rawLen = rawEnd - rawStart;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig3167 char *raw, *rawStart, *rawEnd;
3225 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3226 raw = rawStart;
3228 rawLen = rawEnd - rawStart;
H A DtclIO.c3431 char *raw, *rawStart, *rawEnd;
3489 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3490 raw = rawStart;
3492 rawLen = rawEnd - rawStart;
3395 char *raw, *rawStart, *rawEnd; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig3183 char *raw, *rawStart, *rawEnd;
3241 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3242 raw = rawStart;
3244 rawLen = rawEnd - rawStart;
H A DtclIO.c3525 char *raw, *rawStart, *rawEnd;
3583 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3584 raw = rawStart;
3586 rawLen = rawEnd - rawStart;
3489 char *raw, *rawStart, *rawEnd; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig3183 char *raw, *rawStart, *rawEnd;
3241 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3242 raw = rawStart;
3244 rawLen = rawEnd - rawStart;
H A DtclIO.c3525 char *raw, *rawStart, *rawEnd;
3583 rawStart = bufPtr->buf + bufPtr->nextRemoved;
3584 raw = rawStart;
3586 rawLen = rawEnd - rawStart;
3489 char *raw, *rawStart, *rawEnd; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.c3973 char *raw, *rawStart, *rawEnd;
4031 rawStart = bufPtr->buf + bufPtr->nextRemoved;
4032 raw = rawStart;
4034 rawLen = rawEnd - rawStart;
3925 char *raw, *rawStart, *rawEnd; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c4683 char *raw, *rawStart, *dst;
4740 rawStart = RemovePoint(bufPtr);
4741 raw = rawStart;
4632 char *raw, *rawStart, *dst; local

Completed in 507 milliseconds