Lines Matching refs:valueWidth
188 UCPTrieType type, UCPTrieValueWidth valueWidth,
207 if (valueWidth == UCPTRIE_VALUE_BITS_16) {
209 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) {
222 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
224 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
235 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
237 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
248 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
250 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
256 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
258 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
289 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
291 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
310 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
313 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
321 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
324 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
389 const UCPTrie *trie, UCPTrieValueWidth valueWidth,
442 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
444 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
470 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
472 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
491 const UCPTrie *trie, UCPTrieValueWidth valueWidth,
606 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
608 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
652 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
654 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) {
693 UCPTrieType type, UCPTrieValueWidth valueWidth,
695 testTrieGetters(testName, trie, type, valueWidth, checkRanges, countCheckRanges);
698 testTrieUTF16(testName, trie, valueWidth, checkRanges, countCheckRanges);
699 testTrieUTF8(testName, trie, valueWidth, checkRanges, countCheckRanges);
771 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap,
792 trie = umutablecptrie_buildImmutable(mutableTrie, type, valueWidth, &errorCode);
821 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges);
884 trie = ucptrie_openFromBinary(type, valueWidth, storage, length2, &length3, &errorCode);
893 if(valueWidth != ucptrie_getValueWidth(trie)) {
914 if (valueWidth != ucptrie_getValueWidth(any)) {
927 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges);