Home
last modified time | relevance | path

Searched refs:adjustPointer (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dutext.cpp748 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() function
814 adjustPointer(dest, &dest->context, src); in shallowTextClone()
815 adjustPointer(dest, &dest->p, src); in shallowTextClone()
816 adjustPointer(dest, &dest->q, src); in shallowTextClone()
817 adjustPointer(dest, &dest->r, src); in shallowTextClone()
818 adjustPointer(dest, (const void **)&dest->chunkContents, src); in shallowTextClone()