Home | History | Annotate | Download | only in common

Lines Matching refs:valueBits

1249 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) {
1264 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1274 if(valueBits!=frozenValueBits) {
1294 if(valueBits==UTRIE2_16_VALUE_BITS) {
1316 if(valueBits==UTRIE2_16_VALUE_BITS) {
1344 header->options=(uint16_t)valueBits;
1391 switch(valueBits) {