Searched refs:movedStr (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 847 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; local 870 u_strcpy(movedStr, testStr); 872 utext_openUChars(&ut2, movedStr, -1, &status);
|
H A D | reapits.c | 2190 UChar movedStr[] = { 0, 0, 0, 0, 0, 0}; local 2209 u_strcpy(movedStr, testStr); 2211 utext_openUChars(&ut2, movedStr, -1, &status);
|
/external/icu/icu4c/source/test/intltest/ |
H A D | rbbiapts.cpp | 1142 UChar movedStr[] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0}; local 1161 u_strcpy(movedStr, testStr); 1163 utext_openUChars(&ut2, movedStr, -1, &status);
|
Completed in 7012 milliseconds