Home | History | Annotate | Download | only in toolutil

Lines Matching defs:outIsBigEndian

636     UBool outIsBigEndian;
664 makeTypeProps(outType, outCharset, outIsBigEndian);
671 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
672 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
674 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1068 UBool itemIsBigEndian, outIsBigEndian;
1081 makeTypeProps(outType, outCharset, outIsBigEndian);
1082 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);