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

/macosx-10.9.5/ICU-511.35/icuSources/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.c927 UChar str[41]; /* create an array of UChar of size maximum strSize + 1 */
943 int strSize; local
993 strSize = (rand()%40) + 1;
995 for(z = 0; z < strSize; z++){
1005 str[2%strSize] = uset_charAt(eSet, rand()%eSize);
1006 str[3%strSize] = uset_charAt(eSet, rand()%eSize);
1007 str[5%strSize] = uset_charAt(eSet, rand()%eSize);
1008 str[10%strSize] = uset_charAt(eSet, rand()%eSize);
1009 str[13%strSize] = uset_charAt(eSet, rand()%eSize);
1012 str[strSize
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclUtil.c1583 int newSize, flags, strSize;
1586 strSize = ((string == NULL) ? 0 : strlen(string));
1587 newSize = Tcl_ScanCountedElement(string, strSize, &flags)
1625 dsPtr->length += Tcl_ConvertCountedElement(string, strSize, dst, flags);
1566 int newSize, flags, strSize; local
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/
H A DcmpRead.c449 char *strPtr, int strSize));
1095 ExtractString(interp, length, envPtr, strPtr, strSize)
1101 int strSize; /* the size in bytes to read. Also the minimum
1108 if ((imagePtr + strSize) > envPtr->imageEnd) {
1113 memcpy(strPtr, imagePtr, (size_t) strSize);
1115 envPtr->curImagePtr += strSize;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclUtil.c1917 int newSize, flags, strSize;
1920 strSize = ((element== NULL) ? 0 : strlen(element));
1921 newSize = Tcl_ScanCountedElement(element, strSize, &flags)
1964 dsPtr->length += Tcl_ConvertCountedElement(element, strSize, dst, flags);
1898 int newSize, flags, strSize; local
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp759 int strSize = (sizeof(UInt32)*2)+1; local
760 char localUniqueIDStr[strSize];
762 snprintf(localUniqueIDStr, strSize, "%lx", (long unsigned int)index);

Completed in 104 milliseconds