Searched refs:UPROPS_NTV_FRACTION32_START (Results 1 – 7 of 7) sorted by relevance
104 UPROPS_NTV_FRACTION32_START=UPROPS_NTV_FRACTION20_START+24, // 0x324+6*4=0x34c enumerator106 UPROPS_NTV_RESERVED_START=UPROPS_NTV_FRACTION32_START+16, // 0x34c+4*4=0x35c
432 } else if(ntv<UPROPS_NTV_FRACTION32_START) { in u_getNumericValue()440 int32_t frac32=ntv-UPROPS_NTV_FRACTION32_START; // 0..15 in u_getNumericValue()
456 } else if(ntv<UPROPS_NTV_FRACTION32_START) { in u_getNumericValue()464 int32_t frac32=ntv-UPROPS_NTV_FRACTION32_START; // 0..15 in u_getNumericValue()
397 return UPROPS_NTV_FRACTION32_START+frac32; in encodeFractional32()