Searched refs:destFieldsCapacity (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | uregex.cpp | 1314 int32_t destFieldsCapacity, 1775 int32_t destFieldsCapacity, in split() argument 1796 if (i>=destFieldsCapacity-1) { in split() 1804 if (i != destFieldsCapacity-1) { in split() 1807 i = destFieldsCapacity-1; in split() 1837 if (i==destFieldsCapacity-1) { in split() 1874 for (j=i+1; j<destFieldsCapacity; j++) { in split() 1896 int32_t destFieldsCapacity, in uregex_split() argument 1905 destFieldsCapacity < 1 ) { in uregex_split() 1910 …pl::split(regexp, destBuf, destCapacity, requiredCapacity, destFields, destFieldsCapacity, status); in uregex_split() [all …]
|
/external/icu4c/i18n/unicode/ |
D | uregex.h | 1228 int32_t destFieldsCapacity, 1261 int32_t destFieldsCapacity,
|