Searched refs:staticLengths (Results 1 – 2 of 2) sorted by relevance
279 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()280 utf8Lengths=staticLengths; in UnicodeSetStringSpan()410 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()411 utf8Lengths=staticLengths; in UnicodeSetStringSpan()429 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) { in ~UnicodeSetStringSpan()
140 int32_t staticLengths[32]; variable