Home
last modified time | relevance | path

Searched refs:isstring (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Djerror.c163 boolean isstring; in format_message() local
181 isstring = FALSE; in format_message()
185 if (*msgptr == 's') isstring = TRUE; in format_message()
191 if (isstring) in format_message()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jerror.c150 boolean isstring; in format_message()
168 isstring = FALSE; in format_message()
172 if (*msgptr == 's') isstring = TRUE; in format_message()
178 if (isstring) in format_message()
/external/dtc/
Dtreesource.c57 static bool isstring(char c) in isstring() function
210 if (! isstring(p[i])) in write_propval()
/external/python/cpython2/Lib/
Dre.py246 if not sre_compile.isstring(pattern):
Dsre_compile.py546 def isstring(obj): function
570 if isstring(p):
/external/python/cpython2/Doc/library/
Dmodulefinder.rst102 sre_compile: isstring,_sre,_optimize_unicode
/external/toolchain-utils/cros_utils/
Dpstat.py869 def isstring(x): function