Lines Matching refs:valueWidth
89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
217 switch (trie->valueWidth) { in fromUCPTrie()
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() argument
1581 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build()
1589 switch (valueWidth) { in build()
1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1617 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build()
1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1673 trie->valueWidth = valueWidth; in build()
1698 switch (valueWidth) { in build()
1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable() argument
1845 return reinterpret_cast<MutableCodePointTrie *>(trie)->build(type, valueWidth, *pErrorCode); in umutablecptrie_buildImmutable()