Lines Matching refs:newText
31 const UChar *newText) in UTF16CollationIterator() argument
33 start(newText), in UTF16CollationIterator()
34 pos(newText + (other.pos - other.start)), in UTF16CollationIterator()
35 limit(other.limit == NULL ? NULL : newText + (other.limit - other.start)) { in UTF16CollationIterator()
152 const UChar *newText) in FCDUTF16CollationIterator() argument
154 rawStart(newText), in FCDUTF16CollationIterator()
155 segmentStart(newText + (other.segmentStart - other.rawStart)), in FCDUTF16CollationIterator()
156 … segmentLimit(other.segmentLimit == NULL ? NULL : newText + (other.segmentLimit - other.rawStart)), in FCDUTF16CollationIterator()
157 rawLimit(other.rawLimit == NULL ? NULL : newText + (other.rawLimit - other.rawStart)), in FCDUTF16CollationIterator()
162 start = newText + (other.start - other.rawStart); in FCDUTF16CollationIterator()
163 pos = newText + (other.pos - other.rawStart); in FCDUTF16CollationIterator()
164 limit = other.limit == NULL ? NULL : newText + (other.limit - other.rawStart); in FCDUTF16CollationIterator()