Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dreapits.c1597 UChar text2Chars[20]; in TestUTextAPI() local
1608 u_uastrncpy(text2Chars, str_abcccxd, UPRV_LENGTHOF(text2Chars)); in TestUTextAPI()
1609 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI()
1636 uregex_setText(re, text2Chars, 7, &status); in TestUTextAPI()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5034 UChar text2Chars[20]; in PreAllocatedUTextCAPI() local
5040 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI()
5041 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI()
5063 uregex_setText(re, text2Chars, 7, &status); in PreAllocatedUTextCAPI()