Searched refs:text2Chars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1608 UChar text2Chars[20]; in TestUTextAPI() local 1619 u_uastrncpy(text2Chars, str_abcccxd, UPRV_LENGTHOF(text2Chars)); in TestUTextAPI() 1620 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 1647 uregex_setText(re, text2Chars, 7, &status); in TestUTextAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5028 UChar text2Chars[20]; in PreAllocatedUTextCAPI() local 5034 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 5035 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 5057 uregex_setText(re, text2Chars, 7, &status); in PreAllocatedUTextCAPI()
|