Searched refs:movedStr (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 985 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; in TestBreakIteratorRefresh() local 1008 u_strcpy(movedStr, testStr); in TestBreakIteratorRefresh() 1010 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 2202 UChar movedStr[] = { 0, 0, 0, 0, 0, 0}; in TestRefreshInput() local 2221 u_strcpy(movedStr, testStr); in TestRefreshInput() 2223 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 1129 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; in TestRefreshInputText() local 1148 u_strcpy(movedStr, testStr); in TestRefreshInputText() 1150 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|