Searched refs:strCapacity (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 828 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() 857 … strCapacity = 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/ |
D | uset.cpp | 271 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/ |
D | uset.h | 863 UChar* str, int32_t strCapacity,
|