• Home
  • Raw
  • Download

Lines Matching refs:valueWidth

186                 UCPTrieType type, UCPTrieValueWidth valueWidth,  in testTrieGetters()  argument
205 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
207 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
220 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
222 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
233 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
235 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
246 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
248 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
254 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
256 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
287 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
289 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
308 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
311 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
319 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
322 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
387 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF16() argument
440 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
442 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
468 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
470 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
489 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF8() argument
604 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF8()
606 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF8()
650 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF8()
652 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF8()
691 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie() argument
693 testTrieGetters(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrie()
696 testTrieUTF16(testName, trie, valueWidth, checkRanges, countCheckRanges); in testTrie()
697 testTrieUTF8(testName, trie, valueWidth, checkRanges, countCheckRanges); in testTrie()
713 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize() argument
734 trie = umutablecptrie_buildImmutable(mutableTrie, type, valueWidth, &errorCode); in testTrieSerialize()
763 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrieSerialize()
813 trie = ucptrie_openFromBinary(type, valueWidth, storage, length2, &length3, &errorCode); in testTrieSerialize()
822 if(valueWidth != ucptrie_getValueWidth(trie)) { in testTrieSerialize()
843 if (valueWidth != ucptrie_getValueWidth(any)) { in testTrieSerialize()
856 testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges); in testTrieSerialize()