Searched
full:chr (Results
301 -
325 of
584) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/cld/languages/public/ |
languages.h | 243 // For CHEROKEE, return "chr".
|
/external/chromium_org/third_party/icu/source/data/ |
icu-config.xml | 69 <include locales="chr"/>
|
/external/chromium_org/third_party/pexpect/ |
ANSI.py | 314 if ch == chr(screen.BS):
|
screen.py | 44 SPACE = chr(32) # Space or blank character.
|
/external/chromium_org/tools/checkdeps/ |
builddeps.py | 118 base_directory: OS-compatible path to root of checkout, e.g. C:\chr\src.
|
graphdeps.py | 55 base_directory: OS-compatible path to root of checkout, e.g. C:\chr\src.
|
/external/grub/stage2/ |
xfs.h | 530 XFS_DINODE_FMT_DEV, /* CHR, BLK: di_dev */
|
/external/icu4c/data/locales/ |
resfiles.mk | 62 ca_AD.txt ca_ES.txt cgg.txt cgg_UG.txt chr.txt\
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
basic4gl.php | 270 'compilefile','compile','color','cls','CloseFile','clearregion','clearline','clearkeys','chr$','charat$','bindsprite',
|
gml.php | 126 'chr','ord','real','string','string_format','string_length','string_pos','string_copy', [all...] |
visualfoxpro.php | 76 'Ceiling','Central','Change','Char','Chdir','Chr',
|
/libcore/luni/src/test/java/tests/support/ |
DatabaseCreator.java | 30 public static final String defaultCharacter = "chr";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
base64.py | 28 _translation = [chr(_x) for _x in range(256)]
|
csv.py | 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
|
formatter.py | 149 s = chr(ord(case) + x)
|
mimify.py | 103 chr(int(res.group(1), 16))
|
stringold.py | 36 for i in range(256): _idmap = _idmap + chr(i)
|
sunau.py | 150 file.write(chr(int(data[i])))
|
urlparse.py | 331 _hextochr = dict((a+b, chr(int(a+b,16)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 107 return chr(int(s[1:3], 16))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_winreg.py | 43 ("Raw Data", ("binary"+chr(0)+"data"), REG_BINARY),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
base64.py | 28 _translation = [chr(_x) for _x in range(256)]
|
csv.py | 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
|
formatter.py | 149 s = chr(ord(case) + x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 107 return chr(int(s[1:3], 16))
|
Completed in 434 milliseconds
<<11121314151617181920>>