Lines Matching refs:newText
29 const UChar *newText) in UTF16CollationIterator() argument
31 start(newText), in UTF16CollationIterator()
32 pos(newText + (other.pos - other.start)), in UTF16CollationIterator()
33 limit(other.limit == NULL ? NULL : newText + (other.limit - other.start)) { in UTF16CollationIterator()
150 const UChar *newText) in FCDUTF16CollationIterator() argument
152 rawStart(newText), in FCDUTF16CollationIterator()
153 segmentStart(newText + (other.segmentStart - other.rawStart)), in FCDUTF16CollationIterator()
154 … segmentLimit(other.segmentLimit == NULL ? NULL : newText + (other.segmentLimit - other.rawStart)), in FCDUTF16CollationIterator()
155 rawLimit(other.rawLimit == NULL ? NULL : newText + (other.rawLimit - other.rawStart)), in FCDUTF16CollationIterator()
160 start = newText + (other.start - other.rawStart); in FCDUTF16CollationIterator()
161 pos = newText + (other.pos - other.rawStart); in FCDUTF16CollationIterator()
162 limit = other.limit == NULL ? NULL : newText + (other.limit - other.rawStart); in FCDUTF16CollationIterator()