Searched refs:decodeBocu1 (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);
413 * @see decodeBocu1
462 * @return result value, same as decodeBocu1
464 * @see decodeBocu1
522 * decodeBocu1 will set to actual initial state values
530 decodeBocu1(Bocu1Rx *pRx, uint8_t b) { function
652 decodeBocu1(&rx, (uint8_t)(packed>>24));
654 decodeBocu1(&rx, (uint8_t)(packed>>16));
656 decodeBocu1(&rx, (uint8_t)(packed>>8));
659 return decodeBocu1(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c241 decodeBocu1(Bocu1Rx *pRx, uint8_t b);
413 * @see decodeBocu1
462 * @return result value, same as decodeBocu1
464 * @see decodeBocu1
522 * decodeBocu1 will set to actual initial state values
530 decodeBocu1(Bocu1Rx *pRx, uint8_t b) { function
652 decodeBocu1(&rx, (uint8_t)(packed>>24));
654 decodeBocu1(&rx, (uint8_t)(packed>>16));
656 decodeBocu1(&rx, (uint8_t)(packed>>8));
659 return decodeBocu1(
[all...]

Completed in 2214 milliseconds