Home | History | Annotate | Download | only in common

Lines Matching full:pvalue

4660  * as one 32-bit value. The function returns the number of bytes in *pValue:
4661 * 1..4 the number of bytes in *pValue
4662 * 0 unassigned (*pValue undefined)
4663 * -1 illegal (currently not used, *pValue undefined)
4665 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
4671 UChar32 c, uint32_t *pValue,
4692 *pValue=value&0xff;
4793 *pValue=value;
4801 length=ucnv_extSimpleMatchFromU(cx, c, pValue, useFallback);