Lines Matching refs:valueWidth
185 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters() argument
204 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
206 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
219 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
221 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
232 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
234 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
245 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
247 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
253 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
255 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
286 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
288 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
307 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
310 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
318 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
321 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
386 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF16() argument
439 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
441 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
467 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
469 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
488 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF8() argument
603 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF8()
605 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF8()
649 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF8()
651 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF8()
690 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie() argument
692 testTrieGetters(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrie()
695 testTrieUTF16(testName, trie, valueWidth, checkRanges, countCheckRanges); in testTrie()
696 testTrieUTF8(testName, trie, valueWidth, checkRanges, countCheckRanges); in testTrie()
712 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize() argument
733 trie = umutablecptrie_buildImmutable(mutableTrie, type, valueWidth, &errorCode); in testTrieSerialize()
762 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrieSerialize()
812 trie = ucptrie_openFromBinary(type, valueWidth, storage, length2, &length3, &errorCode); in testTrieSerialize()
821 if(valueWidth != ucptrie_getValueWidth(trie)) { in testTrieSerialize()
842 if (valueWidth != ucptrie_getValueWidth(any)) { in testTrieSerialize()
855 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrieSerialize()