Searched refs:kERROR (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 40 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 367 string= kERROR; in testTag() 390 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 391 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 118 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1718 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1719 u_strcpy(expected_string,kERROR); in testTag() 1720 string=kERROR; in testTag() 1784 string=kERROR; in testTag() 1796 u_strcpy(expected_string, kERROR); in testTag() 1871 string = kERROR; in testTag() 1898 u_strcpy(expected_string,kERROR); in testTag() 1951 string = kERROR; in testTag()
|