Home | History | Annotate | Download | only in toolutil

Lines Matching refs:charset

81 makeTypeEnum(uint8_t charset, UBool isBigEndian) {
82 return 2*(int32_t)charset+isBigEndian;
95 makeTypeLetter(uint8_t charset, UBool isBigEndian) {
96 return types[makeTypeEnum(charset, isBigEndian)];
105 makeTypeProps(char type, uint8_t &charset, UBool &isBigEndian) {
107 charset=(uint8_t)(typeEnum>>1);
675 // sort the item names for the local charset
792 // swap and sort the item names (sorting needs to be done in the output charset)