Searched refs:uregex_split (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1079 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 10, &status); in TestRegexCAPI() 1111 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 2, &status); in TestRegexCAPI() 1136 uregex_split(re, buf, sz, &requiredCapacity, fields, 10, &status); in TestRegexCAPI() 1181 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 10, &status); in TestRegexCAPI() 1202 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 2, &status); in TestRegexCAPI() 1220 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 3, &status); in TestRegexCAPI() 1239 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 5, &status); in TestRegexCAPI() 1266 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 9, &status); in TestRegexCAPI() 1381 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields, in TestBug4315() 1391 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2, in TestBug4315()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 1363 uregex_split( URegularExpression *regexp,
|
/external/icu/libandroidicu/include/unicode/ |
D | uregex.h | 1363 uregex_split( URegularExpression *regexp,
|
D | urename.h | 1479 #define uregex_split U_ICU_ENTRY_POINT_RENAME(uregex_split) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1479 #define uregex_split U_ICU_ENTRY_POINT_RENAME(uregex_split) macro
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 1942 uregex_split(URegularExpression *regexp2, in uregex_split() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2305 …return uregex_split(regexp, destBuf, destCapacity, requiredCapacity, destFields, destFieldsCapacit… in uregex_split_android()
|