Home | History | Annotate | Download | only in common

Lines Matching defs:valueBits

130 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
145 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
165 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
185 if(valueBits==UTRIE2_16_VALUE_BITS) {
212 switch(valueBits) {
237 utrie2_openDummy(UTrie2ValueBits valueBits,
251 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
260 if(valueBits==UTRIE2_16_VALUE_BITS) {
283 if(valueBits==UTRIE2_16_VALUE_BITS) {
302 header->options=(uint16_t)valueBits;
328 switch(valueBits) {
440 UTrie2ValueBits valueBits;
462 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK);
466 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits ||
475 switch(valueBits) {
502 switch(valueBits) {