Home | History | Annotate | Download | only in common

Lines Matching full:pvalue

4799  * as one 32-bit value. The function returns the number of bytes in *pValue:
4800 * 1..4 the number of bytes in *pValue
4801 * 0 unassigned (*pValue undefined)
4802 * -1 illegal (currently not used, *pValue undefined)
4804 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
4810 UChar32 c, uint32_t *pValue,
4831 *pValue=value&0xff;
4932 *pValue=value;
4940 length=ucnv_extSimpleMatchFromU(cx, c, pValue, useFallback);