Searched refs:utext_extract (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/cintltst/ |
D | utexttst.c | 197 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/ |
D | utxttest.cpp | 797 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/ |
D | utext.h | 652 utext_extract(UText *ut,
|
D | urename.h | 1261 #define utext_extract utext_extract_3_8 macro
|
/external/icu4c/common/ |
D | utext.cpp | 418 utext_extract(UText *ut, in utext_extract() function
|