Lines Matching full:abcdef
776 UnicodeString inStr1 = "abcdef this is a test";
1845 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status);
1851 int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */
1861 const char str_abcdefthisisatest[] = { 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, 0x61, 0x20, 0x74, 0x65, 0x73, 0x74, 0x00 }; /* abcdef this is a test */
5145 UnicodeString text = "abcdef";