Searched refs:textFixPointer (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 134 static void textFixPointer(const UText* source, UText* destination, const void*& pointer) in textFixPointer() function 161 textFixPointer(source, destination, destination->context); in textClone() 162 textFixPointer(source, destination, destination->p); in textClone() 163 textFixPointer(source, destination, destination->q); in textClone() 166 textFixPointer(source, destination, chunkContents); in textClone()
|