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

/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c1357 UChar *destFields[24]; local
1378 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1389 destFields, destFieldsSize, &theICUError);
1393 TEST_ASSERT_STRING("The qui", destFields[0], TRUE);
1394 TEST_ASSERT_STRING("brown fox jumped over the slow bla", destFields[1], TRUE);
1395 TEST_ASSERT_STRING("turtle.", destFields[2], TRUE);
1396 TEST_ASSERT(destFields[3] == NULL);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1307 UChar *destFields[],
1806 UChar *destFields[],
1840 destIdx = (int32_t)(destFields[i] - destFields[0]);
1843 destFields[i] = &destBuf[destIdx];
1853 destFields[i] = &destBuf[destIdx];
1875 destFields[i] = &destBuf[destIdx];
1879 destFields[i],
1901 destFields[i] = destBuf + destIdx;
1912 destFields[
1802 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1938 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
1965 uregex_splitUText(URegularExpression *regexp2, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status) argument
[all...]

Completed in 106 milliseconds