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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1594 UChar text2Chars[20]; local
1605 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2);
1606 utext_openUChars(&text2, text2Chars, -1, &status);
1633 uregex_setText(re, text2Chars, 7, &status);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp4937 UChar text2Chars[20]; local
4943 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4944 utext_openUChars(&text2, text2Chars, -1, &status);
4966 uregex_setText(re, text2Chars, 7, &status);

Completed in 201 milliseconds