Home | History | Annotate | Download | only in common

Lines Matching defs:valueBits

124 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
139 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
159 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
173 if(valueBits==UTRIE2_16_VALUE_BITS) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
206 switch(valueBits) {
231 utrie2_openDummy(UTrie2ValueBits valueBits,
245 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
254 if(valueBits==UTRIE2_16_VALUE_BITS) {
277 if(valueBits==UTRIE2_16_VALUE_BITS) {
296 header->options=(uint16_t)valueBits;
322 switch(valueBits) {
405 UTrie2ValueBits valueBits;
427 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK);
431 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits ||
440 switch(valueBits) {
467 switch(valueBits) {