Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UChar

62     UChar upat[5];
63 UChar unewpat[5];
64 UChar unum[5];
65 UChar *unewp=NULL;
66 UChar *str=NULL;
87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
124 UChar pat[15];
125 UChar res[15];
126 UChar *str=NULL;
139 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
168 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
192 UChar *upat;
193 UChar pattern[20];
194 UChar *str=NULL;
195 UChar uvalfor[20], ulvalfor[20];
253 upat=(UChar*)malloc(sizeof(UChar) * (strlen(pat[p])+1) );
270 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
302 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
341 UChar *pattern=NULL;
342 UChar *str=NULL;
343 UChar *pat=NULL;
344 UChar *res=NULL;
348 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("*#,##0.00;-*#,##0.00") + 1) );
359 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
369 pat=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
375 res=(UChar*)malloc(sizeof(UChar) * (strlen("$1,234.56")+1) );
389 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
396 res=(UChar*)malloc(sizeof(UChar) * (strlen("-$1,234.56")+1) );
413 UChar *str;
416 UChar res[100];
434 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
460 UChar *str=NULL, *res=NULL;
499 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
507 res=(UChar*)malloc(sizeof(UChar) * (strlen(result[i])+1) );
530 UChar *str=NULL, *res=NULL;
554 UChar isoCode[16]={0};
587 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
594 res=(UChar*)malloc(sizeof(UChar) * (strlen(result[i])+1) );
639 UChar *out = NULL;
640 UChar *res;
650 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
659 res=(UChar*)malloc(sizeof(UChar) * (strlen(expected)+1) );
712 UChar resultBuffer[512];
715 UChar buffer[512];
736 memset(resultBuffer,0, sizeof(UChar)*512);
743 memset(resultBuffer,0, sizeof(UChar)*512);
757 memset(resultBuffer,0, sizeof(UChar)*512);
764 memset(resultBuffer,0, sizeof(UChar)*512);
849 UChar result[4];
850 UChar currBuffer[256];
1027 UChar *out = NULL;
1028 UChar *res;
1038 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
1047 res=(UChar*)malloc(sizeof(UChar) * (strlen(expected)+1) );