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