Lines Matching refs:valueBits
129 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() argument
144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
164 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized()
178 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized()
184 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized()
214 switch(valueBits) { in utrie2_openFromSerialized()
239 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy() argument
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
262 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy()
285 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy()
307 header->options=(uint16_t)valueBits; in utrie2_openDummy()
333 switch(valueBits) { in utrie2_openDummy()