HomeSort by relevance Sort by last modified time
    Searched refs:formatchar (Results 1 - 8 of 8) 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...]
  /external/python/cpython3/Objects/
unicodeobject.c 14311 formatchar(PyObject *v) function
    [all...]

Completed in 821 milliseconds