Searched defs:str_abcabcabc (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dregextst.cpp2099 const char str_abcabcabc[] = { 0x2e, 0x61, 0x62, 0x63, 0x2e, 0x2e, 0x61, 0x62, 0x63, 0x2e, 0x2e, 0x2e, 0x61, 0x62, 0x63, 0x2e, 0x2e, 0x00 }; /* .abc..abc...abc.. */ local
2100 utext_openUTF8(&input, str_abcabcabc, -1, &status);
2161 const char str_abcabcabc[] = { 0x2e, 0x61, 0x62, 0x63, 0x61, 0x62, 0x63, 0x2e, 0x61, 0x62, 0x63, 0x2e, 0x2e, 0x00 }; /* .abcabc.abc.. */ local
2162 utext_openUTF8(&input, str_abcabcabc, -1, &status);

Completed in 55 milliseconds