Home
last modified time | relevance | path

Searched refs:strCapacity (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c828 int32_t strCapacity = 0; in findSetMatch() local
830 strCapacity = uset_getItem(exemplarSet, i, &start, &end, str, strCapacity, &status); in findSetMatch()
833 if(strCapacity == 0){ in findSetMatch()
854 strCapacity++; /* increment for NUL termination */ in findSetMatch()
856 str = (UChar*) malloc(U_SIZEOF_UCHAR * strCapacity); in findSetMatch()
857strCapacity = uset_getItem(exemplarSet, i, &start, &end, str, strCapacity, &status); in findSetMatch()
862 if(uset_containsString(scripts[j],str, strCapacity) == TRUE){ in findSetMatch()
/external/icu/icu4c/source/common/
Duset.cpp271 UChar* str, int32_t strCapacity, in uset_getItem() argument
288 return s->extract(str, strCapacity, *ec); in uset_getItem()
/external/icu/icu4c/source/common/unicode/
Duset.h863 UChar* str, int32_t strCapacity,