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

/external/icu4c/test/cintltst/
H A Dcrestst.c41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
368 string= kERROR;
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
H A Dcreststn.c115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1721 u_strcpy(expected_string,kERROR);
1722 string=kERROR;
1786 string=kERROR;
1798 u_strcpy(expected_string, kERROR);
1873 string = kERROR;
1900 u_strcpy(expected_string,kERROR);
1953 string = kERROR;

Completed in 46 milliseconds