Home | History | Annotate | Download | only in i18n

Lines Matching defs:buf1

64     UChar buf1[256];
66 key1.pointer = buf1;
67 uprv_memcpy(buf1, element1->cPoints, element1->cSize*sizeof(UChar));
68 buf1[element1->cSize] = 0;