Searched defs:destFieldsCapacity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp1314 int32_t destFieldsCapacity,
1780 int32_t destFieldsCapacity,
1801 if (i>=destFieldsCapacity-1) {
1804 // ( i will be == destFieldsCapacity if we filled the output array while processing
1809 if (i != destFieldsCapacity-1) {
1812 i = destFieldsCapacity-1;
1842 if (i==destFieldsCapacity-1) {
1870 if (i < destFieldsCapacity-1) {
1894 for (j=i+1; j<destFieldsCapacity; j++) {
1916 int32_t destFieldsCapacity,
1775 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1911 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1938 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1317 int32_t destFieldsCapacity,
1783 int32_t destFieldsCapacity,
1804 if (i>=destFieldsCapacity-1) {
1807 // ( i will be == destFieldsCapacity if we filled the output array while processing
1812 if (i != destFieldsCapacity-1) {
1815 i = destFieldsCapacity-1;
1845 if (i==destFieldsCapacity-1) {
1873 if (i < destFieldsCapacity-1) {
1897 for (j=i+1; j<destFieldsCapacity; j++) {
1919 int32_t destFieldsCapacity,
1778 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1914 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1941 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]

Completed in 777 milliseconds