Home
last modified time | relevance | path

Searched refs:uni_str (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp437 const uint8_t* uni_str = src_data + 2; in PDF_DecodeText() local
440 uint16_t unicode = GetUnicodeFromBytes(uni_str + i, bBE); in PDF_DecodeText()
448 uint16_t unicode2 = GetUnicodeFromBytes(uni_str + i, bBE); in PDF_DecodeText()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp630 WideString uni_str = UnicodeFromCharCode(charcode); in GlyphFromCharCode()
631 if (uni_str.IsEmpty()) in GlyphFromCharCode()
634 unicode = uni_str[0]; in GlyphFromCharCode()
/external/python/dateutil/dateutil/test/
Dtest_parser.py67 self.uni_str = '2014-05-01 08:00:00'
68 self.str_str = self.uni_str.encode()
104 parse(self.uni_str))
118 parser().parse(self.uni_str))
/external/flatbuffers/tests/
Dgo_test.go690 uni_str := "\u65e5\u672c\u8a9e"
691 b.CreateString(uni_str)
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2195 let uni_str = "\u{65e5}\u{672c}\u{8a9e}"; in layout_06b_create_string_unicode() localVariable
2196 let off0 = b.create_string(uni_str); in layout_06b_create_string_unicode()