Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp737 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() function
803 adjustPointer(dest, &dest->context, src); in shallowTextClone()
804 adjustPointer(dest, &dest->p, src); in shallowTextClone()
805 adjustPointer(dest, &dest->q, src); in shallowTextClone()
806 adjustPointer(dest, &dest->r, src); in shallowTextClone()
807 adjustPointer(dest, (const void **)&dest->chunkContents, src); in shallowTextClone()