Searched refs:kERROR (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | crestst.c | 41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 365 string= kERROR; in testTag() 388 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 389 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 112 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1703 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1704 u_strcpy(expected_string,kERROR); in testTag() 1705 string=kERROR; in testTag() 1769 string=kERROR; in testTag() 1781 u_strcpy(expected_string, kERROR); in testTag() 1856 string = kERROR; in testTag() 1883 u_strcpy(expected_string,kERROR); in testTag() 1936 string = kERROR; in testTag()
|