Home | History | Annotate | Download | only in cintltst

Lines Matching full:expectedchars

1095     const char expectedChars[] = {"123abc"};
1099 UChar expected[sizeof(expectedChars)];
1102 u_uastrncpy(expected, expectedChars, sizeof(expected)/sizeof(expected[0]));