Home | History | Annotate | Download | only in common

Lines Matching defs: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) {
409 UTrie2ValueBits valueBits;
431 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK);
435 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits ||
444 switch(valueBits) {
471 switch(valueBits) {