Searched refs:adjustPointer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utext.cpp | 746 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() function 812 adjustPointer(dest, &dest->context, src); in shallowTextClone() 813 adjustPointer(dest, &dest->p, src); in shallowTextClone() 814 adjustPointer(dest, &dest->q, src); in shallowTextClone() 815 adjustPointer(dest, &dest->r, src); in shallowTextClone() 816 adjustPointer(dest, (const void **)&dest->chunkContents, src); in shallowTextClone()
|