Home | History | Annotate | Download | only in intltest

Lines Matching full:str_abcdefg

2616     const char str_abcdefg[] = { 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x00 }; /* abcdefg */
2617 utext_openUTF8(&dataText, str_abcdefg, -1, &status);