Searched refs:kERROR (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | crestst.c | 41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 368 string= kERROR; in testTag() 391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 392 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 115 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()
|
/external/chromium/third_party/icu/source/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 | 116 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1709 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1710 u_strcpy(expected_string,kERROR); in testTag() 1711 string=kERROR; in testTag() 1775 string=kERROR; in testTag() 1787 u_strcpy(expected_string, kERROR); in testTag() 1862 string = kERROR; in testTag() 1889 u_strcpy(expected_string,kERROR); in testTag() 1942 string = kERROR; in testTag()
|