Home | History | Annotate | Download | only in genrb

Lines Matching refs:trans

494     UChar* trans = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
497 if(desc==NULL || trans==NULL){
500 uprv_free(trans);
505 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
511 buf = convertAndEscape(&buf, 0, &bufLen, trans, transLen, status);
532 uprv_free(trans);
543 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
590 static const char *trans_unit = "trans-unit";
591 static const char *close_trans_unit = "</trans-unit>\n";