Searched refs:is_unicode_char (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc31 bool is_unicode_char = base::ReadUnicodeCharacter( local
34 if (is_unicode_char && (code_point_out >= kFirstNonControlChar)) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py2199 elif arg.type.is_unicode_char:
2297 if arg.arg.type.is_unicode_char:
2623 not ustring.arg.type.is_unicode_char:
2664 not ustring.arg.type.is_unicode_char:
H A DPyrexTypes.py162 # is_unicode_char boolean Is either Py_UCS4 or Py_UNICODE
219 is_unicode_char = 0 variable in class:PyrexType
1564 is_unicode_char = True variable in class:CPyUCS4IntType
1586 is_unicode_char = True variable in class:CPyUnicodeIntType
H A DExprNodes.py1226 if dst_type.is_unicode_char:
1302 elif dst_type.is_unicode_char:
3125 if base_type.is_unicode_char:
3483 elif self.type.is_unicode_char and self.base.type is unicode_type:
9154 return (type1.is_unicode_char or
9155 type2.is_unicode_char or
9950 (self.operand1.type.is_unicode_char
10696 elif arg.type.is_pyunicode_ptr or arg.type.is_unicode_char:

Completed in 1257 milliseconds