Searched refs:pRx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c241 decodeBocu1(Bocu1Rx *pRx, uint8_t b);
408 * @param pRx pointer to the decoder state structure
416 decodeBocu1LeadByte(Bocu1Rx *pRx, uint8_t b) { argument
452 pRx->diff=c;
453 pRx->count=count;
460 * @param pRx pointer to the decoder state structure
467 decodeBocu1TrailByte(Bocu1Rx *pRx, uint8_t b) { argument
475 pRx->prev=BOCU1_ASCII_PREV;
476 pRx->count=0;
488 c=pRx
530 decodeBocu1(Bocu1Rx *pRx, uint8_t b) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c241 decodeBocu1(Bocu1Rx *pRx, uint8_t b);
408 * @param pRx pointer to the decoder state structure
416 decodeBocu1LeadByte(Bocu1Rx *pRx, uint8_t b) { argument
452 pRx->diff=c;
453 pRx->count=count;
460 * @param pRx pointer to the decoder state structure
467 decodeBocu1TrailByte(Bocu1Rx *pRx, uint8_t b) { argument
475 pRx->prev=BOCU1_ASCII_PREV;
476 pRx->count=0;
488 c=pRx
530 decodeBocu1(Bocu1Rx *pRx, uint8_t b) argument
[all...]

Completed in 413 milliseconds