Lines Matching defs:valueBits

111                 const UTrie2 *trie, UTrie2ValueBits valueBits,
132 if(valueBits==UTRIE2_16_VALUE_BITS) {
143 if(valueBits==UTRIE2_16_VALUE_BITS) {
153 if(valueBits==UTRIE2_16_VALUE_BITS) {
180 if(valueBits==UTRIE2_16_VALUE_BITS) {
193 if(valueBits==UTRIE2_16_VALUE_BITS) {
228 if(valueBits==UTRIE2_16_VALUE_BITS) {
248 if(valueBits==UTRIE2_16_VALUE_BITS) {
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
307 if(valueBits==UTRIE2_16_VALUE_BITS) {
332 if(valueBits==UTRIE2_16_VALUE_BITS) {
350 const UTrie2 *trie, UTrie2ValueBits valueBits,
430 if(valueBits==UTRIE2_16_VALUE_BITS) {
460 if(valueBits==UTRIE2_16_VALUE_BITS) {
486 UTrie2 *trie, UTrie2ValueBits valueBits,
497 testTrieGetters(testName, trie, valueBits, checkRanges, countCheckRanges);
499 testTrieUTF16(testName, trie, valueBits, checkRanges, countCheckRanges);
500 testTrieUTF8(testName, trie, valueBits, checkRanges, countCheckRanges);
536 /* The valueBits are ignored for an unfrozen trie. */
543 UTrie2 *trie, UTrie2ValueBits valueBits,
573 utrie2_freeze(trie, valueBits, &errorCode);
579 otherValueBits= valueBits==UTRIE2_16_VALUE_BITS ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS;
582 log_err("error: utrie2_freeze(already-frozen with other valueBits %s) "
622 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges);
673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
678 if((valueBits==UTRIE2_16_VALUE_BITS)!=(trie->data32==NULL)) {
690 utrie2_freeze(trie, valueBits, &errorCode);
698 log_err("error: utrie2_freeze(unserialized with other valueBits %s) "
718 testFrozenTrie(testName, trie, valueBits, checkRanges, countCheckRanges);
760 * Test with both valueBits serializations,
1100 dummyTest(UTrie2ValueBits valueBits) {
1114 if(valueBits==UTRIE2_16_VALUE_BITS) {
1127 trie=utrie2_openDummy(valueBits, initialValue, errorValue, &errorCode);
1129 log_err("utrie2_openDummy(valueBits=%d) failed - %s\n", valueBits, u_errorName(errorCode));
1133 testFrozenTrie(testName, trie, valueBits, checkRanges, LENGTHOF(checkRanges));