Home
last modified time | relevance | path

Searched refs:utext_extract (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/test/cintltst/
Dutexttst.c197 i = utext_extract(uta, 0, 100, NULL, 0, &status); in TestAPI()
203 i = utext_extract(uta, 0, 100, buf, 100, &status); in TestAPI()
/external/icu4c/test/intltest/
Dutxttest.cpp797 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); in TestAccessNoClone()
804 len = utext_extract(ut, 0, utlen, NULL, 0, &status); in TestAccessNoClone()
814 len = utext_extract(ut, 0, utlen, buf, 1, &status); in TestAccessNoClone()
927 int n = utext_extract(ut, 0, 9, buf, 10, &status); in ErrorTest()
1029 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest()
1098 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest()
1166 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest()
/external/icu4c/common/unicode/
Dutext.h652 utext_extract(UText *ut,
Durename.h1261 #define utext_extract utext_extract_3_8 macro
/external/icu4c/common/
Dutext.cpp418 utext_extract(UText *ut, in utext_extract() function