Home | History | Annotate | Download | only in toolutil

Lines Matching defs:outIsBigEndian

641     UBool outIsBigEndian;
669 makeTypeProps(outType, outCharset, outIsBigEndian);
676 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
677 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
679 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1073 UBool itemIsBigEndian, outIsBigEndian;
1086 makeTypeProps(outType, outCharset, outIsBigEndian);
1087 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);