Searched refs:strSize (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcmsgtst.c64 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1; local
65 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize);
66 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
69 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1; local
70 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
71 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
H A Dcapitst.c941 UChar str[41]; /* create an array of UChar of size maximum strSize + 1 */
957 int strSize; local
1007 strSize = (rand()%40) + 1;
1009 for(z = 0; z < strSize; z++){
1019 str[2%strSize] = uset_charAt(eSet, rand()%eSize);
1020 str[3%strSize] = uset_charAt(eSet, rand()%eSize);
1021 str[5%strSize] = uset_charAt(eSet, rand()%eSize);
1022 str[10%strSize] = uset_charAt(eSet, rand()%eSize);
1023 str[13%strSize] = uset_charAt(eSet, rand()%eSize);
1026 str[strSize
[all...]

Completed in 221 milliseconds