Lines Matching refs:valueBits
1304 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) {
1319 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1329 if(valueBits!=frozenValueBits) {
1349 if(valueBits==UTRIE2_16_VALUE_BITS) {
1371 if(valueBits==UTRIE2_16_VALUE_BITS) {
1399 header->options=(uint16_t)valueBits;
1446 switch(valueBits) {
1475 newTrie->t3, UCPTRIE_TYPE_FAST, (UCPTrieValueWidth)valueBits, pErrorCode));