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

/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c1597 UChar text2Chars[20]; local
1608 u_uastrncpy(text2Chars, str_abcccxd, UPRV_LENGTHOF(text2Chars));
1609 utext_openUChars(&text2, text2Chars, -1, &status);
1636 uregex_setText(re, text2Chars, 7, &status);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp5031 UChar text2Chars[20]; local
5037 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
5038 utext_openUChars(&text2, text2Chars, -1, &status);
5060 uregex_setText(re, text2Chars, 7, &status);

Completed in 116 milliseconds