HomeSort by relevance Sort by last modified time
    Searched refs:is_unicode (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Tempita/
compat3.py 3 __all__ = ['b', 'basestring_', 'bytes', 'next', 'is_unicode']
27 def is_unicode(obj): function
31 def is_unicode(obj): function
_tempita.py 46 from Cython.Tempita.compat3 import bytes, basestring_, next, is_unicode, coerce_text namespace
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):
    [all...]
  /external/lldb/examples/python/
diagnose_nsstring.py 112 is_unicode = (info_bits & 0x10) == 0x10
117 (info_bits, "yes" if is_mutable else "no","yes" if is_inline else "no","yes" if has_explicit_length else "no","yes" if is_unicode else "no","yes" if is_special else "no","yes" if has_null else "no")
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/Compiler/
Code.pxd 73 @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
80 ## cdef public bint is_unicode
StringEncoding.py 130 def is_unicode(self): member in class:EncodedString
175 is_unicode = False variable in class:BytesLiteral
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)
839 # is_unicode boolean
842 def __init__(self, cname, encoding, is_unicode, is_str=False,
848 self.is_unicode = is_unicode
    [all...]
TypeSlots.py 413 if scope.doc.is_unicode:
    [all...]
Nodes.py     [all...]
  /external/lldb/examples/summaries/cocoa/
CFString.py 297 def is_unicode(self): member in class:CFStringSynthProvider
319 self.unicode = self.is_unicode();
  /external/chromium_org/third_party/cython/src/Cython/Utility/
StringTools.c 19 if (t->is_unicode) {
27 if (t->is_unicode | t->is_str) {
ModuleSetupCode.c 365 const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16387
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16217
    [all...]
qavltree.c 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16221
    [all...]
qbintree.c 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16225
    [all...]
qrbtree.c 293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16229
    [all...]

Completed in 315 milliseconds