Searched refs:kERROR (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 46 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 397 string= kERROR; in testTag() 420 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 421 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 121 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1774 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1775 u_strcpy(expected_string,kERROR); in testTag() 1776 string=kERROR; in testTag() 1840 string=kERROR; in testTag() 1852 u_strcpy(expected_string, kERROR); in testTag() 1927 string = kERROR; in testTag() 1954 u_strcpy(expected_string,kERROR); in testTag() 2007 string = kERROR; in testTag()
|