Home
last modified time | relevance | path

Searched refs:text2Chars (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dreapits.c1600 UChar text2Chars[20]; in TestUTextAPI() local
1611 u_uastrncpy(text2Chars, str_abcccxd, UPRV_LENGTHOF(text2Chars)); in TestUTextAPI()
1612 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI()
1639 uregex_setText(re, text2Chars, 7, &status); in TestUTextAPI()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4982 UChar text2Chars[20]; in PreAllocatedUTextCAPI() local
4988 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI()
4989 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI()
5011 uregex_setText(re, text2Chars, 7, &status); in PreAllocatedUTextCAPI()