Searched refs:valueWidthInt (Results 1 – 3 of 3) 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()
202 int valueWidthInt = options & OPTIONS_VALUE_BITS_MASK; in fromBinary() local204 switch (valueWidthInt) { in fromBinary()
207 int valueWidthInt = options & OPTIONS_VALUE_BITS_MASK; in fromBinary() local209 switch (valueWidthInt) { in fromBinary()