Home | History | Annotate | Download | only in common

Lines Matching refs:staticList

46  * However, this implementation uses at least a staticList with more than
57 OffsetList() : list(staticList), capacity(0), length(0), start(0) {}
60 if(list!=staticList) {
67 if(maxLength<=(int32_t)sizeof(staticList)) {
68 capacity=(int32_t)sizeof(staticList);
161 UBool staticList[16];