Home | History | Annotate | Download | only in common

Lines Matching refs:valueBits

129 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
164 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
178 if(valueBits==UTRIE2_16_VALUE_BITS) {
184 if(valueBits==UTRIE2_16_VALUE_BITS) {
214 switch(valueBits) {
239 utrie2_openDummy(UTrie2ValueBits valueBits,
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
262 if(valueBits==UTRIE2_16_VALUE_BITS) {
285 if(valueBits==UTRIE2_16_VALUE_BITS) {
307 header->options=(uint16_t)valueBits;
333 switch(valueBits) {