Searched refs:testSurrogateString (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c484 const UChar testSurrogateString[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0x0063, 0x0064, 0x0064, 0xdbff, 0xdfff, 0xdb00, 0xdf00, 0x0061, 0}; local
534 if (u_strpbrk(testSurrogateString, a) != &testSurrogateString[1]) {
537 if (u_strpbrk(testSurrogateString, dc) != &testSurrogateString[5]) {
540 if (u_strpbrk(testSurrogateString, cd) != &testSurrogateString[5]) {
543 if (u_strpbrk(testSurrogateString, cdh) != &testSurrogateString[5]) {
546 if (u_strpbrk(testSurrogateString,
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c480 const UChar testSurrogateString[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0x0063, 0x0064, 0x0064, 0xdbff, 0xdfff, 0xdb00, 0xdf00, 0x0061, 0}; local
530 if (u_strpbrk(testSurrogateString, a) != &testSurrogateString[1]) {
533 if (u_strpbrk(testSurrogateString, dc) != &testSurrogateString[5]) {
536 if (u_strpbrk(testSurrogateString, cd) != &testSurrogateString[5]) {
539 if (u_strpbrk(testSurrogateString, cdh) != &testSurrogateString[5]) {
542 if (u_strpbrk(testSurrogateString,
[all...]

Completed in 48 milliseconds