Home | History | Annotate | Download | only in i18n

Lines Matching defs:buf1

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