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

/freebsd-10.2-release/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c148 #define LOSRG_MIN UINT16_C(0xdc00) macro
276 if (lo < LOSRG_MIN || lo > LOSRG_MAX) {
281 lo -= LOSRG_MIN;
362 u16[1] = ((uint16_t)(u32 & UINT32_C(0x3ff))) + LOSRG_MIN;

Completed in 112 milliseconds