HomeSort by relevance Sort by last modified time
    Searched refs:out8 (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
custrtrn.c 676 char out8[10]; local
679 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withLead16, LENGTHOF(withLead16), &err), err!=U_INVALID_CHAR_FOUND) ||
680 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INVALID_CHAR_FOUND) ||
735 out8[0]=(char)0xf5;
737 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
742 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) ||
750 out8[0]=(char)0xf5
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 226 final float out8 = cycleInterpolator.getInterpolation(0.875f); local
234 final float delta7 = out8 - out7;
235 final float delta8 = out9 - out8;
  /external/openssl/crypto/aes/asm/
aes-ia64.S 292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
671 add out8=(AES_Td#-AES_decrypt#),r3 // Te0
    [all...]

Completed in 400 milliseconds