Searched refs:UCS_BASE_POS (Results 1 – 2 of 2) sorted by relevance
244 base = (data[offset + UCS_BASE_POS] & BYTE_VALUE) << BYTE_LESS; in UcsConvertToString()277 int base = (data[offset + UCS_BASE_POS] << BYTE_BIT) + data[offset + UCS_BASE_POS + 1]; in UcsWideConvertToString()
48 static const int UCS_BASE_POS = 2; variable