Searched refs: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
1719 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1720 u_strcpy(expected_string,kERROR);
1721 string=kERROR;
1785 string=kERROR;
1797 u_strcpy(expected_string, kERROR);
1872 string = kERROR;
1899 u_strcpy(expected_string,kERROR);
1952 string = kERROR;

Completed in 58 milliseconds