Searched refs:kERROR (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | crestst.c | 37 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 364 string= kERROR; 387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); 388 u_strcpy(expected_string,kERROR);
|
H A D | creststn.c | 115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1715 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); 1716 u_strcpy(expected_string,kERROR); 1717 string=kERROR; 1781 string=kERROR; 1793 u_strcpy(expected_string, kERROR); 1868 string = kERROR; 1895 u_strcpy(expected_string,kERROR); 1948 string = kERROR;
|
Completed in 33 milliseconds