Searched refs:kERROR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
368 string= kERROR;
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
H A Dcreststn.c115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
1711 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1712 u_strcpy(expected_string,kERROR);
1713 string=kERROR;
1777 string=kERROR;
1789 u_strcpy(expected_string, kERROR);
1864 string = kERROR;
1891 u_strcpy(expected_string,kERROR);
1944 string = kERROR;
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c39 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
366 string= kERROR;
389 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
390 u_strcpy(expected_string,kERROR);
H A Dcreststn.c115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
1719 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1720 u_strcpy(expected_string,kERROR);
1721 string=kERROR;
1785 string=kERROR;
1797 u_strcpy(expected_string, kERROR);
1872 string = kERROR;
1899 u_strcpy(expected_string,kERROR);
1952 string = kERROR;

Completed in 136 milliseconds