Lines Matching full:pvalue
4824 * as one 32-bit value. The function returns the number of bytes in *pValue:
4825 * 1..4 the number of bytes in *pValue
4826 * 0 unassigned (*pValue undefined)
4827 * -1 illegal (currently not used, *pValue undefined)
4829 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
4835 UChar32 c, uint32_t *pValue,
4856 *pValue=value&0xff;
4957 *pValue=value;
4965 length=ucnv_extSimpleMatchFromU(cx, c, pValue, useFallback);