OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatchar
(Results
1 - 7
of
7
) sorted by null
/external/fonttools/Lib/fontTools/misc/
sstruct.py
12
'>' or '!') or a 'name:
formatchar
' combo (eg. 'myFloat:f').
111
# matches "name:
formatchar
" (whitespace is allowed)
116
"([cbBhHiIlLqQfd]|[0-9]+[ps]|" #
formatchar
...
117
"([0-9]+)\.([0-9]+)(F))" # ...
formatchar
148
formatchar
= m.group(1)
149
if
formatchar
!= 'x' and formatstring:
157
formatchar
= m.group(2)
165
formatchar
= _fixedpointmappings[bits]
168
formatstring = formatstring +
formatchar
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c
4205
formatchar
(char *buf, size_t buflen, PyObject *v)
function
[
all
...]
unicodeobject.c
8268
formatchar
(Py_UNICODE *buf,
function
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c
4185
formatchar
(char *buf, size_t buflen, PyObject *v)
function
[
all
...]
unicodeobject.c
8164
formatchar
(Py_UNICODE *buf,
function
[
all
...]
/external/python/cpython2/Objects/
stringobject.c
4220
formatchar
(char *buf, size_t buflen, PyObject *v)
function
[
all
...]
unicodeobject.c
8281
formatchar
(Py_UNICODE *buf,
function
[
all
...]
Completed in 659 milliseconds