Searched refs:text2Chars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1600 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/ |
D | regextst.cpp | 4982 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()
|