Home
last modified time | relevance | path

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

/external/lldb/examples/summaries/cocoa/
DCFString.py297 def is_unicode(self): member in CFStringSynthProvider
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp998 bool is_unicode = (info_bits & 0x10) == 0x10; in NSStringSummaryProvider() local
1042 if (has_explicit_length and is_unicode) in NSStringSummaryProvider() local