Home | History | Annotate | Download | only in common

Lines Matching full:valuebits

1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) {
1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1276 if(valueBits!=frozenValueBits) {
1296 if(valueBits==UTRIE2_16_VALUE_BITS) {
1318 if(valueBits==UTRIE2_16_VALUE_BITS) {
1346 header->options=(uint16_t)valueBits;
1393 switch(valueBits) {