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

/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4932 UChar text2Chars[20]; local
4938 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4939 utext_openUChars(&text2, text2Chars, -1, &status);
4961 uregex_setText(re, text2Chars, 7, &status);
/external/icu/icu4c/source/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 115 milliseconds