Lines Matching refs:valueBits
128 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
177 if(valueBits==UTRIE2_16_VALUE_BITS) {
183 if(valueBits==UTRIE2_16_VALUE_BITS) {
210 switch(valueBits) {
235 utrie2_openDummy(UTrie2ValueBits valueBits,
249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
258 if(valueBits==UTRIE2_16_VALUE_BITS) {
281 if(valueBits==UTRIE2_16_VALUE_BITS) {
300 header->options=(uint16_t)valueBits;
326 switch(valueBits) {
438 UTrie2ValueBits valueBits;
460 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK);
464 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits ||
473 switch(valueBits) {
500 switch(valueBits) {