Home
last modified time | relevance | path

Searched refs:destFieldsCapacity (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Duregex.cpp1308 int32_t destFieldsCapacity,
1807 int32_t destFieldsCapacity, in split() argument
1828 if (i>=destFieldsCapacity-1) { in split()
1836 if (i != destFieldsCapacity-1) { in split()
1839 i = destFieldsCapacity-1; in split()
1869 if (i==destFieldsCapacity-1) { in split()
1897 if (i < destFieldsCapacity-1) { in split()
1921 for (j=i+1; j<destFieldsCapacity; j++) { in split()
1943 int32_t destFieldsCapacity, in uregex_split() argument
1952 destFieldsCapacity < 1 ) { in uregex_split()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Duregex.h1368 int32_t destFieldsCapacity,
1400 int32_t destFieldsCapacity,