Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunisetspan.cpp279 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()
Dunisetspan.h140 int32_t staticLengths[32]; variable