Home | History | Annotate | Download | only in collationperf

Lines Matching refs:uchar

73 #include <unicode/uchar.h>
84 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
93 inline int LCMapStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
193 UChar *name;
487 typedef int32_t (U_EXPORT2 *PF)(const UChar *, const UChar *);
835 UChar dummytext[] = {0, 0};
844 UChar *str = gFileLines[linecount].name;
864 UChar *str = gFileLines[linecount].name;
883 UChar *str;
892 str = (UChar *)malloc(sizeof(UChar) * strlen);
900 sizeof(UChar) * len);
999 UChar dummytext[] = {0, 0};
1007 UChar *str = gFileLines[linecount].name;
1028 UChar *str = gFileLines[linecount].name;
1047 UChar *str;
1056 str = (UChar *)malloc(sizeof(UChar) * strlen);
1064 sizeof(UChar) * len);
1211 UChar get();
1223 UChar fPending2ndSurrogate;
1268 UChar UCharFile::get() {
1269 UChar c;
1303 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
1344 c = (UChar)cp;
1350 UChar utf16Buf[3];
1379 UChar *buf = (UChar *)malloc(bufLen * sizeof(UChar));
1380 UChar *tmp;
1395 buf = (UChar *)realloc(buf, bufLen);
1546 UChar buf[1024];
1554 UChar c = f.get();
1570 gFileLines[gNumFileLines].name = new UChar[column];
1572 memcpy(gFileLines[gNumFileLines].name, buf, column * sizeof(UChar));
1669 UChar c = gFileLines[line].name[i];