Searched refs:LINEAR_18030 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvmbcs.c368 #define LINEAR_18030(a, b, c, d) ((((a)*10+(b))*126L+(c))*10L+(d)) macro
370 #define LINEAR_18030_BASE LINEAR_18030(0x81, 0x30, 0x81, 0x30)
372 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
1055 linear=LINEAR_18030(cnv->toUBytes[0], cnv->toUBytes[1], cnv->toUBytes[2], cnv->toUBytes[3]);

Completed in 98 milliseconds