Searched refs:stackList (Results 1 – 3 of 3) sorted by relevance
209 if (list != stackList) { in ~UnicodeSet()213 if (buffer != stackList) { in ~UnicodeSet()1433 if (buffer != stackList) { in compact()1438 if (list == stackList) { in compact()1441 uprv_memcpy(stackList, list, len * sizeof(UChar32)); in compact()1443 list = stackList; in compact()1667 if (list != stackList) { in ensureCapacity()1690 if (buffer != stackList) { in ensureBufferCapacity()
291 UChar32* list = stackList; // MUST be terminated with HIGH320 UChar32 stackList[INITIAL_CAPACITY]; variable