Searched refs:movedStr (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 891 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; in TestBreakIteratorRefresh() local 914 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh() 916 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 2193 UChar movedStr[] = { 0, 0, 0, 0, 0, 0}; in TestRefreshInput() local 2212 u_strcpy(movedStr, testStr); in TestRefreshInput() 2214 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 1123 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; in TestRefreshInputText() local 1142 u_strcpy(movedStr, testStr); in TestRefreshInputText() 1144 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|