Searched refs:ord (Results 1 - 25 of 149) sorted by relevance

123456

/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dquote.py52 for i in range(ord("A"), ord("Z") + 1):
54 for i in range(ord("a"), ord("z") + 1):
56 for i in range(ord("0"), ord("9") + 1):
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[ord('
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_charint.py91 self.assertEquals(o.int8Value(), ord('a'))
93 self.assertEquals(o.int8Value(), ord('z'))
111 self.assertEquals(v[0], ord("h"))
112 self.assertEquals(v[1], ord("e"))
113 self.assertEquals(v[2], ord("l"))
114 self.assertEquals(v[3], ord("l"))
115 self.assertEquals(v[4], ord("o"))
123 v = o.int8Arg_andint8Arg_(ord('a'), ord('b'))
124 self.assertEquals(v, (ord('
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_charint.py91 self.assertEquals(o.int8Value(), ord('a'))
93 self.assertEquals(o.int8Value(), ord('z'))
111 self.assertEquals(v[0], ord("h"))
112 self.assertEquals(v[1], ord("e"))
113 self.assertEquals(v[2], ord("l"))
114 self.assertEquals(v[3], ord("l"))
115 self.assertEquals(v[4], ord("o"))
123 v = o.int8Arg_andint8Arg_(ord('a'), ord('b'))
124 self.assertEquals(v, (ord('
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dchartype.test198 } {1 {unrecognized class specification: "ascbb", expected one of: alnum, alpha, ascii, char, cntrl, digit, graph, lower, ord, print, punct, space, upper or xdigit}}
216 test chartype-1.32 {ctype ord tests} {
217 ctype ord A
220 test chartype-1.33 {ctype ord tests} {
221 ctype ord a
224 test chartype-1.34 {ctype ord tests} {
225 ctype ord 9
228 test chartype-1.35 {ctype ord tests} {
229 ctype ord "#"
232 test chartype-1.36 {ctype ord test
[all...]
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_import.rb109 s.c = ?a.ord
112 assert_equal(?a.ord, s.c)
113 assert_equal([?0.ord,?1.ord,?2.ord,?3.ord,?4.ord,?5.ord,?\377.ord], s.buff)
134 r1 = LIBC.isdigit(?1.ord)
[all...]
/macosx-10.9.5/ruby-104/ruby/test/fiddle/
H A Dtest_import.rb102 s.c = ?a.ord
105 assert_equal(?a.ord, s.c)
106 assert_equal([?0.ord,?1.ord,?2.ord,?3.ord,?4.ord,?5.ord,?\377.ord], s.buff)
127 r1 = LIBC.isdigit(?1.ord)
[all...]
H A Dtest_func.rb50 r1 = f.call(?1.ord)
51 r2 = f.call(?2.ord)
52 rr = f.call(?r.ord)
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/misc/
H A Dbase32alpha2vals16 $vals[ord('=')] = 0xee;
20 my $v = ord($ch);
/macosx-10.9.5/ruby-104/ruby/test/ruby/enc/
H A Dtest_utf32.rb69 assert_equal("a".ord, sl.ord)
70 assert_equal("a".ord, sb.ord)
74 s.chars.map {|c| c.ord.chr(e) }.join
89 assert_equal(sl, "a".ord.chr("utf-32le"))
90 assert_equal(sb, "a".ord.chr("utf-32be"))
H A Dtest_big5.rb13 assert_equal(0xa1a1, s("\xa1\xa1").ord)
H A Dtest_cp949.rb13 assert_equal(0xa1a1, s("\xa1\xa1").ord)
H A Dtest_euc_kr.rb13 assert_equal(0xa1a1, s("\xa1\xa1").ord)
H A Dtest_euc_tw.rb13 assert_equal(0xa1a1, s("\xa1\xa1").ord)
H A Dtest_gbk.rb13 assert_equal(0x8140, s("\x81\x40").ord)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp99 size_type ord = 0; local
110 ord += (l_it == end_it)?
118 ord += (l_it == end_it)?
126 return (ord);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp123 size_type ord = 0; local
141 ord + 1 :
142 ord);
154 ord += child_nd_it.get_metadata();
165 return (ord);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdump.c134 #define ord(e) ((int)e) macro
145 typemask[ord(TIFF_BYTE)] = 0xff;
146 typemask[ord(TIFF_SBYTE)] = 0xff;
147 typemask[ord(TIFF_UNDEFINED)] = 0xff;
148 typemask[ord(TIFF_SHORT)] = 0xffff;
149 typemask[ord(TIFF_SSHORT)] = 0xffff;
150 typemask[ord(TIFF_LONG)] = 0xffffffff;
151 typemask[ord(TIFF_SLONG)] = 0xffffffff;
152 typemask[ord(TIFF_IFD)] = 0xffffffff;
153 typemask[ord(TIFF_RATIONA
[all...]
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dpipe.c96 q->ord = -1;
151 if (qsysdep->ord >= 0 && close (qsysdep->ord) < 0)
156 if (qsysdep->owr != qsysdep->ord
163 qsysdep->ord = -1;
190 under us. The code alternates q->o between q->ord and q->owr as
191 appropriate. It is always q->ord before any call to fsblock. */
235 q->ord = aidescs[1];
236 q->o = q->ord;
238 q->iflags = fcntl (q->ord, F_GETF
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcharacterset.py18 set = CFCharacterSetCreateWithCharactersInRange(None, (ord('A'), ord('Z')-ord('A')))
64 self.failUnless(CFCharacterSetIsLongCharacterMember(letters, ord(u'A')))
65 self.failIf(CFCharacterSetIsLongCharacterMember(letters, ord(u'9')))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcharacterset.py17 set = CFCharacterSetCreateWithCharactersInRange(None, (ord('A'), ord('Z')-ord('A')))
53 self.assertTrue(CFCharacterSetIsLongCharacterMember(letters, ord(u'A')))
54 self.assertFalse(CFCharacterSetIsLongCharacterMember(letters, ord(u'9')))
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dperltest32 if (ord $c >= 32 && ord $c < 127) { $t .= $c; }
33 else { $t .= sprintf("\\x%02x", ord $c); }
H A Dperltest829 if (ord $c >= 32 && ord $c < 127) { $t .= $c; }
30 else { $t .= sprintf("\\x%02x", ord $c); }
/macosx-10.9.5/msdosfs-198/
H A DHexDump.py2 byte = ord(byte)
/macosx-10.9.5/apache-786.1/httpd/os/win32/
H A Dos.h98 #define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
103 ap_winapi_pfn_##fn = (ap_winapi_fpt_##fn) ap_load_dll_func(lib, #fn, ord); \
/macosx-10.9.5/libxml2-26/libxml2/
H A DgenUnicode.py117 value = value + ord(point[0]) - ord('0')
119 value = value + 10 + ord(point[0]) - ord('A')
121 value = value + 10 + ord(point[0]) - ord('a')

Completed in 503 milliseconds

123456