Searched refs:text2Chars (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | reapits.c | 1594 UChar text2Chars[20]; in TestUTextAPI() local 1605 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2); in TestUTextAPI() 1606 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 1633 uregex_setText(re, text2Chars, 7, &status); in TestUTextAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1594 UChar text2Chars[20]; in TestUTextAPI() local 1605 u_uastrncpy(text2Chars, str_abcccxd, sizeof(text2)/2); in TestUTextAPI() 1606 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 1633 uregex_setText(re, text2Chars, 7, &status); in TestUTextAPI()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | regextst.cpp | 4932 UChar text2Chars[20]; in PreAllocatedUTextCAPI() local 4938 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 4939 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 4961 uregex_setText(re, text2Chars, 7, &status); in PreAllocatedUTextCAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4937 UChar text2Chars[20]; in PreAllocatedUTextCAPI() local 4943 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 4944 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 4966 uregex_setText(re, text2Chars, 7, &status); in PreAllocatedUTextCAPI()
|