Home
last modified time | relevance | path

Searched defs:is_unicode (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFString.py326 def is_unicode(self): member in CFStringSynthProvider
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp93 bool is_unicode = (info_bits & 0x10) == 0x10; in NSStringSummaryProvider() local