Home | History | Annotate | Download | only in text

Lines Matching defs:chunkContents

165     const void * chunkContents = static_cast<const void*>(destination->chunkContents);
166 textFixPointer(source, destination, chunkContents);
167 destination->chunkContents = static_cast<const UChar*>(chunkContents);
196 if (!text->chunkContents)
198 return text->chunkContents == text->pExtra ? PrimaryContext : PriorContext;
203 ASSERT(text->chunkContents == text->pExtra);
223 StringImpl::copyChars(const_cast<UChar*>(text->chunkContents), static_cast<const LChar*>(text->p) + (text->chunkNativeStart - text->b), static_cast<unsigned>(text->chunkLength));
228 ASSERT(!text->chunkContents || text->chunkContents == text->q);
229 text->chunkContents = static_cast<const UChar*>(text->pExtra);
235 ASSERT(text->chunkContents == text->q);
251 ASSERT(!text->chunkContents || text->chunkContents == text->pExtra);
252 text->chunkContents = static_cast<const UChar*>(text->q);
360 if (!text->chunkContents)
362 return text->chunkContents == text->p ? PrimaryContext : PriorContext;
367 ASSERT(text->chunkContents == text->p);
385 ASSERT(!text->chunkContents || text->chunkContents == text->q);
386 text->chunkContents = static_cast<const UChar*>(text->p);
392 ASSERT(text->chunkContents == text->q);
408 ASSERT(!text->chunkContents || text->chunkContents == text->p);
409 text->chunkContents = static_cast<const UChar*>(text->q);