/external/lldb/examples/python/ |
D | diagnose_nsstring.py | 112 is_unicode = (info_bits & 0x10) == 0x10 117 …if is_inline else "no","yes" if has_explicit_length else "no","yes" if is_unicode else "no","yes" … 142 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable: 144 elif is_unicode:
|
/external/chromium_org/third_party/cython/src/Cython/Tempita/ |
D | compat3.py | 27 def is_unicode(obj): function 31 def is_unicode(obj): function
|
D | _tempita.py | 46 from Cython.Tempita.compat3 import bytes, basestring_, next, is_unicode, coerce_text 117 self._unicode = is_unicode(content) 341 if (is_unicode(value) 364 elif not self._unicode and is_unicode(value): 457 if is_unicode(value): 464 if is_unicode(v):
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Code.pxd | 73 @cython.locals(intern=bint, is_str=bint, is_unicode=bint) 80 ## cdef public bint is_unicode
|
D | StringEncoding.py | 130 def is_unicode(self): member in EncodedString 175 is_unicode = False variable in BytesLiteral
|
D | Code.py | 779 is_unicode = encoding is None and not is_str 793 key = (is_str, is_unicode, encoding_key, py3str_cstring) 823 (is_str and 's') or (is_unicode and 'u') or 'b', 828 pystring_cname, encoding, is_unicode, is_str, py3str_cstring, intern) 842 def __init__(self, cname, encoding, is_unicode, is_str=False, argument 848 self.is_unicode = is_unicode 1068 if text.is_unicode: 1081 assert text.is_unicode 1261 py_string.is_unicode,
|
D | TypeSlots.py | 413 if scope.doc.is_unicode:
|
D | Nodes.py | 3117 if docstr.is_unicode:
|
/external/lldb/examples/summaries/cocoa/ |
D | CFString.py | 297 def is_unicode(self): member in CFStringSynthProvider 319 self.unicode = self.is_unicode();
|
/external/lldb/source/DataFormatters/ |
D | CXXFormatterFunctions.cpp | 998 bool is_unicode = (info_bits & 0x10) == 0x10; in NSStringSummaryProvider() local 1042 if (has_explicit_length and is_unicode) in NSStringSummaryProvider() local 1058 else if (is_inline && has_explicit_length && !is_unicode && !is_special && !is_mutable) in NSStringSummaryProvider() 1063 else if (is_unicode) in NSStringSummaryProvider()
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | StringTools.c | 19 if (t->is_unicode) { in __Pyx_InitStrings() 27 if (t->is_unicode | t->is_str) { in __Pyx_InitStrings()
|
D | ModuleSetupCode.c | 365 … const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | qavltree.c | 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; c… member 3284 if (t->is_unicode) { 3292 if (t->is_unicode | t->is_str) {
|
D | qrbtree.c | 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; c… member 3281 if (t->is_unicode) { 3289 if (t->is_unicode | t->is_str) {
|
D | qbintree.c | 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; c… member 3279 if (t->is_unicode) { 3287 if (t->is_unicode | t->is_str) {
|
D | cwalker.c | 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; c… member 3681 if (t->is_unicode) { 3689 if (t->is_unicode | t->is_str) {
|