HomeSort by relevance Sort by last modified time
    Searched refs:UTF (Results 151 - 175 of 307) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/html/
escape.go 113 // Replace characters from Windows-1252 with UTF-8 equivalents.
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16_test.go 127 // from http://en.wikipedia.org/wiki/UTF-16
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 59 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
85 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
87 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /external/googletest/googletest/test/
gtest_xml_output_unittest.py 60 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
86 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
88 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_FILTERED_TEST_XML = """<?xml version="1.0" encoding="UTF-8"?>
141 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /external/v8/testing/gtest/test/
gtest_xml_output_unittest.py 60 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
86 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
88 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_FILTERED_TEST_XML = """<?xml version="1.0" encoding="UTF-8"?>
141 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 60 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
86 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
88 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_FILTERED_TEST_XML = """<?xml version="1.0" encoding="UTF-8"?>
141 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 50 // Strings must be UTF-8 encoded and may only contain Unicode code points
139 // will output a string encoded using UTF-8.
gzip.go 106 // writeString writes a UTF-8 string s in GZIP's format to z.w.
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 50 // Strings must be UTF-8 encoded and may only contain Unicode code points
139 // will output a string encoded using UTF-8.
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 59 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
85 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
87 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 59 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
85 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
87 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
132 EXPECTED_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 48 // String values encode as JSON strings coerced to valid UTF-8,
140 // subject to the UTF-8 coercion described for string values above:
243 // attempting to encode a string value with invalid UTF-8 sequences.
244 // As of Go 1.2, Marshal instead coerces the string to valid UTF-8 by
253 return "json: invalid UTF-8 in string: " + strconv.Quote(e.S)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 48 // String values encode as JSON strings coerced to valid UTF-8,
140 // subject to the UTF-8 coercion described for string values above:
243 // attempting to encode a string value with invalid UTF-8 sequences.
244 // As of Go 1.2, Marshal instead coerces the string to valid UTF-8 by
253 return "json: invalid UTF-8 in string: " + strconv.Quote(e.S)
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 565 const infoPlist = `<?xml version="1.0" encoding="UTF-8"?>
582 return `<?xml version="1.0" encoding="UTF-8"?>
599 const resourceRules = `<?xml version="1.0" encoding="UTF-8"?>
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 243 // WriteRune appends the UTF-8 encoding of Unicode code point r to the
314 // ReadRune reads and returns the next UTF-8-encoded
317 // If the bytes are an erroneous UTF-8 encoding, it
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 5 // Package scanner provides a scanner and tokenizer for UTF-8-encoded text.
9 // in the source is a UTF-8 encoded byte order mark (BOM), it is discarded.
268 s.error("illegal UTF-8 encoding")
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 565 const infoPlist = `<?xml version="1.0" encoding="UTF-8"?>
582 return `<?xml version="1.0" encoding="UTF-8"?>
599 const resourceRules = `<?xml version="1.0" encoding="UTF-8"?>
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 243 // WriteRune appends the UTF-8 encoding of Unicode code point r to the
314 // ReadRune reads and returns the next UTF-8-encoded
317 // If the bytes are an erroneous UTF-8 encoding, it
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 5 // Package scanner provides a scanner and tokenizer for UTF-8-encoded text.
9 // in the source is a UTF-8 encoded byte order mark (BOM), it is discarded.
268 s.error("illegal UTF-8 encoding")
  /external/icu/icu4c/source/common/
ubidiwrt.c 33 * for UTF-16 and UTF-32, not for UTF-8.
35 * Assumptions that are not true for UTF-8:
37 * ("minimum-length-problem" of UTF-8)
44 # error reimplement ubidi_writeReordered() for UTF-8, see comment above
428 * (this would have to be improved for UTF-8).
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 229 // 2) multibyte, a boolean indicating whether the decoded character requires a multibyte UTF-8 representation;
299 // single-byte string, possibly not UTF-8
  /prebuilts/go/linux-x86/src/strconv/
quote.go 229 // 2) multibyte, a boolean indicating whether the decoded character requires a multibyte UTF-8 representation;
299 // single-byte string, possibly not UTF-8
  /build/soong/java/
builder.go 44 `-encoding UTF-8 $javacFlags $bootClasspath $classpath ` +

Completed in 4221 milliseconds

1 2 3 4 5 67 8 91011>>