Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching full:dst3

99                 NJ_UINT8    dst1, dst2, dst3;
104 /* dst1 dst2 dst3 */
115 dst3 = ( ( src[ i + 2 ] & 0x3f ) << 6 ) | ( src[ i + 3 ] & 0x3f );
120 dst_tmp[ 3 ] = dst3;