Home | History | Annotate | Download | only in cintltst

Lines Matching refs:malloc

259         testLocale=(char*)malloc(sizeof(char) * (strlen(rawData2[NAME][i])+1));
266 temp=(char*)malloc(sizeof(char) * (cap+1));
307 name=(char*)malloc(sizeof(char) * (cap+1));
527 testLocale=(char*)malloc(sizeof(char) * 1);
528 expected=(UChar*)malloc(sizeof(UChar) * 1);
747 char* resultChars=(char*)malloc(cap);
889 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
905 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
921 testCtry=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
937 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
953 testName=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
1238 testLang=(UChar*)malloc(sizeof(UChar) * (size + 1));
1241 expectedLang=(UChar*)malloc(sizeof(UChar) * (strlen(languageNames[i])+1));
2075 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR);
2158 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR);
2211 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR);