HomeSort by relevance Sort by last modified time
    Searched refs:xe0 (Results 101 - 125 of 906) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 198 buf[count++] = (byte) (0xe0 + (c >> 12));
256 buf[count++] = (byte) (0xe0 + (c >> 12));
315 buf[count++] = (byte) (0xe0 + (c >> 12));
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 88 } else if((*p & 0xe0) == 0xc0) {
95 } else if((*p & 0xf0) == 0xe0) {
174 *str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
  /external/openssl/crypto/asn1/
a_utf8.c 88 } else if((*p & 0xe0) == 0xc0) {
95 } else if((*p & 0xf0) == 0xe0) {
174 *str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
  /external/sonivox/jet_tools/JetCreator/
img_Print.py 20 \x0f\x0f\xdfY|oo\x8fZ\xad\x86\x10\x82\xd1\xd1Q_\x05\x9fD\xe0\xf8\xf8\x18\x00\
26 \xb1SSS\xa8\xaa\xda\xe0\x13B\xb4G@\xd7uR\xa9\x94;o>n^\xdc\xdc\xdc \x84h\x88\
27 \t\x85\x1e.\xf1\xe0\xaaa\x18\xeeE\xe4M\xaa(\x8a\xab\x84\xd7_,\x16[\x88\xf6\
32 \xc9\xe4\xcb\xd5\xd5U\xd1\xac\xc0W333=\x89D\x02\x80d2\xe9^0\xed\xe0\xea\xea\
38 \x15\xfe\xe0\xe6\xafk\x8cZ\xad\xe1\xe9\x86\xf7\xb4eY\xec\xec\xfc\x8a\x10&/\
47 \xde\x9a\xc3\xa8\x0b\x88:\xa4\x9e\xe3_\x91\x17\xa6\x93\xd3\x04\xae\x80s\xe0\
  /external/llvm/test/MC/ARM/
arm-shift-encoding.s 91 @ CHECK: adc sp, lr, pc @ encoding: [0x0f,0xd0,0xae,0xe0]
92 @ CHECK: adc r1, r8, r9, lsr #32 @ encoding: [0x29,0x10,0xa8,0xe0]
93 @ CHECK: adc r2, r7, pc, lsr #16 @ encoding: [0x2f,0x28,0xa7,0xe0]
94 @ CHECK: adc r3, r6, r10 @ encoding: [0x0a,0x30,0xa6,0xe0]
95 @ CHECK: adc r4, r5, lr, lsl #16 @ encoding: [0x0e,0x48,0xa5,0xe0]
96 @ CHECK: adc r5, r4, r11, asr #32 @ encoding: [0x4b,0x50,0xa4,0xe0]
97 @ CHECK: adc r6, r3, sp, asr #16 @ encoding: [0x4d,0x68,0xa3,0xe0]
98 @ CHECK: adc r7, r2, r12, rrx @ encoding: [0x6c,0x70,0xa2,0xe0]
99 @ CHECK: adc r8, r1, r0, ror #16 @ encoding: [0x60,0x88,0xa1,0xe0]
neon-reciprocal-encoding.s 17 @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xe0,0x04,0xfb,0xf3]
21 @ CHECK: vrsqrte.f32 q8, q8 @ encoding: [0xe0,0x05,0xfb,0xf3]
neont2-reciprocal-encoding.s 19 @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x04]
23 @ CHECK: vrsqrte.f32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x05]
  /external/openfst/src/include/fst/
icu.h 46 int count = (c >= 0xc0) + (c >= 0xe0) + (c >= 0xf0) + (c >= 0xf8) +
87 ostr << static_cast<char>((code >> 12) | 0xe0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip.h 169 #define IPTOS_PREC_MASK 0xe0
171 #define IPTOS_PREC_NETCONTROL 0xe0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 169 #define IPTOS_PREC_MASK 0xe0
171 #define IPTOS_PREC_NETCONTROL 0xe0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 169 #define IPTOS_PREC_MASK 0xe0
171 #define IPTOS_PREC_NETCONTROL 0xe0
  /external/chromium_org/third_party/icu/source/common/
ustrtrns.c 434 * between 2- and 3-byte sequences (0xe0).
436 * The compiler should combine the subtractions for the two tests for 0xe0.
451 if(ch > 0xe0) {
462 } else if(ch < 0xe0) {
499 if(ch > 0xe0) {
509 } else if(ch < 0xe0) {
561 if(ch > 0xe0) {
572 } else if(ch < 0xe0) {
616 if(ch > 0xe0) {
628 } else if(ch < 0xe0) {
    [all...]
  /external/icu4c/common/
ustrtrns.cpp 440 * between 2- and 3-byte sequences (0xe0).
442 * The compiler should combine the subtractions for the two tests for 0xe0.
457 if(ch > 0xe0) {
468 } else if(ch < 0xe0) {
505 if(ch > 0xe0) {
515 } else if(ch < 0xe0) {
567 if(ch > 0xe0) {
578 } else if(ch < 0xe0) {
622 if(ch > 0xe0) {
634 } else if(ch < 0xe0) {
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnEngDic/
WnnEngDic.c 53 0xd4, 0x04, 0x00, 0x43, 0xdf, 0x05, 0x80, 0x43, 0xe0, 0x06, 0x00, 0x43, 0xe9, 0x87, 0x80, 0x43,
90 0xe0, 0x08, 0x48, 0x2c, 0x05, 0x80, 0x68, 0x2d, 0x56, 0x35, 0x0c, 0x2a, 0xc9, 0x21, 0xe0, 0x48,
91 0x2b, 0x08, 0x00, 0xd0, 0x82, 0xb8, 0xe0, 0x78, 0x48, 0x2f, 0x02, 0x00, 0x48, 0x42, 0x04, 0x00,
102 0x34, 0x20, 0xe0, 0xa0, 0x34, 0xc2, 0xa0, 0x48, 0xbd, 0x82, 0x80, 0x68, 0xbe, 0x01, 0xb2, 0x0f,
105 0xc2, 0x84, 0x00, 0xc8, 0xc5, 0x09, 0x00, 0x48, 0xc8, 0x02, 0x00, 0x20, 0x4b, 0x20, 0xe0, 0x48,
108 0x83, 0x00, 0x68, 0xd0, 0x02, 0xe0, 0x08, 0x48, 0xd2, 0x89, 0x00, 0xe8, 0xd3, 0x83, 0x11, 0x17,
112 0x2a, 0x08, 0x14, 0x10, 0x48, 0xcc, 0x82, 0x80, 0x48, 0xcc, 0x83, 0x00, 0x20, 0x7a, 0x80, 0xe0,
115 0xc0, 0x48, 0xd9, 0x02, 0x00, 0x48, 0xdf, 0x83, 0x00, 0x20, 0xa1, 0xc0, 0xe0, 0x48, 0xe0, 0x84
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 35 (byte) 0xe0, 0x39,
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.cc 39 } else if (((c & 0xe0) == 0xc0) && (*srclen >= 2)) { // two bytes
45 } else if (((c & 0xf0) == 0xe0) && (*srclen >= 3)) { // three bytes
97 } else if (((c & 0xe0) == 0xc0) && (*srclen >= 2)) { // two bytes
103 } else if (((c & 0xf0) == 0xe0) && (*srclen >= 3)) { // three bytes
  /external/chromium_org/third_party/icu/source/common/unicode/
ushape.h 287 #define U_SHAPE_DIGITS_MASK 0xe0
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsagen.c 77 0xe0,0x42,0x7d,LAST_VALUE};
  /external/icu4c/common/unicode/
ushape.h 289 #define U_SHAPE_DIGITS_MASK 0xe0
  /external/llvm/test/MC/Mips/
set-at-directive.s 32 # CHECK: jr $7 # encoding: [0x08,0x00,0xe0,0x00]
64 # CHECK: jr $15 # encoding: [0x08,0x00,0xe0,0x01]
96 # CHECK: jr $23 # encoding: [0x08,0x00,0xe0,0x02]
128 # CHECK: jr $ra # encoding: [0x08,0x00,0xe0,0x03]
  /external/openssl/crypto/dsa/
dsagen.c 77 0xe0,0x42,0x7d,LAST_VALUE};
  /external/ppp/pppd/include/net/
pppio.h 93 #define PPPCTL_OERROR 0xe0 /* output error [up] */
  /external/tcpdump/
llc.h 92 #define LLCSAP_IPX 0xe0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 23 for i in range(0xa1, 0xe0):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 23 for i in range(0xa1, 0xe0):

Completed in 1416 milliseconds

1 2 3 45 6 7 8 91011>>