Searched refs:strCapacity (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 834 int32_t strCapacity = 0; in findSetMatch() local 836 strCapacity = uset_getItem(exemplarSet, i, &start, &end, str, strCapacity, &status); in findSetMatch() 839 if(strCapacity == 0){ in findSetMatch() 860 strCapacity++; /* increment for NUL termination */ in findSetMatch() 862 str = (UChar*) malloc(U_SIZEOF_UCHAR * strCapacity); in findSetMatch() 863 … strCapacity = uset_getItem(exemplarSet, i, &start, &end, str, strCapacity, &status); in findSetMatch() 868 if(uset_containsString(scripts[j],str, strCapacity) == TRUE){ in findSetMatch()
|
/external/icu/icu4c/source/common/ |
D | uset.cpp | 273 UChar* str, int32_t strCapacity, in uset_getItem() argument 290 return s->extract(str, strCapacity, *ec); in uset_getItem()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 871 UChar* str, int32_t strCapacity,
|
/external/icu/libandroidicu/include/unicode/ |
D | uset.h | 871 UChar* str, int32_t strCapacity,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2640 …nt32_t itemIndex, UChar32 * start, UChar32 * end, UChar * str, int32_t strCapacity, UErrorCode * e… in uset_getItem_android() argument 2641 return uset_getItem(set, itemIndex, start, end, str, strCapacity, ec); in uset_getItem_android()
|