Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunisetspan.h138 int32_t staticLengths[32]; variable
Dunisetspan.cpp277 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()
278 utf8Lengths=staticLengths; in UnicodeSetStringSpan()
408 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()
409 utf8Lengths=staticLengths; in UnicodeSetStringSpan()
427 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) { in ~UnicodeSetStringSpan()