Lines Matching defs:uBufSize
2800 int32_t uBufSize = 120;
2804 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
2805 cBuf =(char*)malloc(uBufSize * sizeof(char) * 10);
2868 int32_t uBufSize = 120;
2871 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
2872 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
2876 cTargetLimit = cBuf +uBufSize*5;
2878 uTargetLimit = uBuf+ uBufSize*5;
2916 int32_t uBufSize = 120;
2921 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
2922 cBuf =(char*)malloc(uBufSize * sizeof(char) * 10);
2931 uTargetLimit = uBuf+uBufSize*5;
2932 cTargetLimit = cTargetLimit+uBufSize*10;
3109 int32_t uBufSize = 120;
3112 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
3120 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
3121 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
3125 cTargetLimit = cBuf +uBufSize*5;
3127 uTargetLimit = uBuf+ uBufSize*5;
3328 int32_t uBufSize = 120;
3331 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
3339 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
3340 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
3344 cTargetLimit = cBuf +uBufSize*5;
3346 uTargetLimit = uBuf+ uBufSize*5;
3394 int32_t uBufSize = 120*10;
3397 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) );
3405 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar));
3406 cBuf =(char*)malloc(uBufSize * sizeof(char));
3410 cTargetLimit = cBuf +uBufSize;
3412 uTargetLimit = uBuf+ uBufSize;
3860 int32_t uBufSize = 120;
3870 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
3871 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
3875 cTargetLimit = cBuf +uBufSize*5;
3877 uTargetLimit = uBuf+ uBufSize*5;
3949 int32_t uBufSize = 120;
3952 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
3960 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
3961 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
3965 cTargetLimit = cBuf +uBufSize*5;
3967 uTargetLimit = uBuf+ uBufSize*5;
4026 int32_t uBufSize = 120;
4029 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
4037 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
4038 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
4042 cTargetLimit = cBuf +uBufSize*5;
4044 uTargetLimit = uBuf+ uBufSize*5;
4105 int32_t uBufSize = 120;
4108 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
4116 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
4117 cBuf =(char*)malloc(uBufSize * sizeof(char) * 5);
4121 cTargetLimit = cBuf +uBufSize*5;
4123 uTargetLimit = uBuf+ uBufSize*5;
4411 int32_t uBufSize = 180;
4414 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
4422 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
4423 cBuf =(char*)malloc(uBufSize * sizeof(char) * 10);
4427 cTargetLimit = cBuf +uBufSize*5;
4429 uTargetLimit = uBuf+ uBufSize*5;
4510 int32_t uBufSize = 180;
4513 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5);
4521 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar)*5);
4522 cBuf =(char*)malloc(uBufSize * sizeof(char) * 10);
4526 cTargetLimit = cBuf +uBufSize*5;
4528 uTargetLimit = uBuf+ uBufSize*5;