Searched refs:strCapacity (Results 1 – 9 of 9) sorted by relevance
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uset.cpp | 308 UChar* str, int32_t strCapacity, in uset_getItem() argument 325 return s->extract(str, strCapacity, *ec); in uset_getItem()
|
/third_party/icu/icu4c/source/common/ |
D | uset.cpp | 308 UChar* str, int32_t strCapacity, in uset_getItem() argument 325 return s->extract(str, strCapacity, *ec); in uset_getItem()
|
/third_party/node/deps/icu-small/source/common/ |
D | uset.cpp | 318 UChar* str, int32_t strCapacity, in uset_getItem() argument 335 return s->extract(str, strCapacity, *ec); in uset_getItem()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uset.h | 871 UChar* str, int32_t strCapacity,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uset.h | 1005 UChar* str, int32_t strCapacity,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uset.h | 957 UChar* str, int32_t strCapacity,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uset.h | 957 UChar* str, int32_t strCapacity,
|