Searched refs:valueWidthInt (Results 1 – 5 of 5) sorted by relevance
51 int32_t valueWidthInt = options & UCPTRIE_OPTIONS_VALUE_BITS_MASK; in ucptrie_openFromBinary() local52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()58 UCPTrieValueWidth actualValueWidth = (UCPTrieValueWidth)valueWidthInt; in ucptrie_openFromBinary()
198 int valueWidthInt = options & OPTIONS_VALUE_BITS_MASK; in fromBinary() local200 switch (valueWidthInt) { in fromBinary()
190 int valueWidthInt = options & OPTIONS_VALUE_BITS_MASK; in fromBinary() local192 switch (valueWidthInt) { in fromBinary()