Home
last modified time | relevance | path

Searched refs:toascii (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/test/testdata/
Didna_conf.txt10 type: toascii
21 type: toascii
32 type: toascii
43 type: toascii
54 type: toascii
65 type: toascii
76 type: toascii
87 type: toascii
98 type: toascii
109 type: toascii
[all …]
/external/llvm/test/Transforms/SimplifyLibCalls/
DToAscii.ll3 ; RUN: not grep "call.*toascii"
5 declare i32 @toascii(i32)
8 %val1 = call i32 @toascii( i32 1 ) ; <i32> [#uses=1]
9 %val2 = call i32 @toascii( i32 0 ) ; <i32> [#uses=1]
10 %val3 = call i32 @toascii( i32 127 ) ; <i32> [#uses=1]
11 %val4 = call i32 @toascii( i32 128 ) ; <i32> [#uses=1]
12 %val5 = call i32 @toascii( i32 255 ) ; <i32> [#uses=1]
13 %val6 = call i32 @toascii( i32 256 ) ; <i32> [#uses=1]
/external/tcpdump/
Dtcpdump-stdinc.h59 #undef toascii
61 #define toascii __toascii macro
87 #ifndef toascii
88 #define toascii(c) ((c) & 0x7f) macro
Dutil.c66 c = toascii(c); in fn_print()
94 c = toascii(c); in fn_printn()
128 c = toascii(c); in fn_printzp()
Dprint-krb.c116 c = toascii(c); in c_print()
/external/webkit/Source/JavaScriptCore/wtf/
DDisallowCType.h53 #undef toascii
70 #define toascii toascii_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
Dctype.h35 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/external/arduino/hardware/arduino/cores/arduino/
DWCharacter.h146 return toascii (c); in toAscii()
/external/qemu/
Dqemu-common.h201 #define qemu_toascii(c) toascii((unsigned char)(c))