HomeSort by relevance Sort by last modified time
    Searched refs:UTF (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/icu4c/test/perf/utrie2perf/
utrie2perf.bat 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 18 // escaped UTF-8 (the invalid character should be replaced with the
24 // IDN-ized. This is "Go" in fullwidth UTF-8/UTF-16.
28 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
31 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
34 // Basic IDN support, UTF-8 and UTF-16 input should be converted to IDN
36 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escape
    [all...]
mailto.js 14 // U+10300 input as UTF-16 surrogate pair, expected as escaped UTF-8
28 // Invalid -- UTF-8 encoded surrogate value.
  /external/apache-xml/
Android.mk 24 LOCAL_JAVACFLAGS := -encoding UTF-8
35 LOCAL_JAVACFLAGS := -encoding UTF-8
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 29 encoding=UTF-8
40 # <xsl:output method="html" encoding="UTF-8"
output_xml.properties 28 encoding=UTF-8
39 # <xsl:output method="html" encoding="UTF-8"
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
contperf.bat 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetinputencoding03.js 79 Check the value of Entity.inputEncoding on an UTF-16 external entity
80 is either UTF-16 or UTF-16LE
111 !("UTF-16LE".toUpperCase() == encodingName.toUpperCase())
113 assertEquals("entityIsUTF16orUTF16LE","UTF-16".toLowerCase(),encodingName.toLowerCase());
118 assertEquals("documentIsUTF8","UTF-8".toLowerCase(),encodingName.toLowerCase());
documentgetinputencoding01.js 78 Call the getInputEncoding method on a UTF-8 encoded document and check if the
79 value returned is UTF-8.
98 assertEquals("documentgetinputencoding01","UTF-8".toLowerCase(),encodingName.toLowerCase());
documentgetinputencoding03.js 78 Call the getInputEncoding method on a on a UTF-16 (BE) encoded document and check if the value returned
79 is UTF-16BE.
98 assertEquals("documentgetinputencoding03","UTF-16BE".toLowerCase(),encodingName.toLowerCase());
documentgetinputencoding04.js 78 Call the getInputEncoding method on a cloned UTF-8 encoded document
79 and check if the value returned is UTF-8 or null (implementation dependent).
102 (("UTF-8".toUpperCase() == encodingName.toUpperCase()) ||
documentgetxmlencoding01.js 78 Call the getXmlEncoding method on a UTF-8 encoded XML document in which the encoding pseudo
79 attribute in its XMLDecl is UTF-8 and check if the value returned is UTF-8.
98 assertEquals("documentgetxmlencoding01","uTf-8",encodingName);
entitygetinputencoding04.js 79 Check the value of Entity.inputEncoding on an UTF-8 external entity
80 is UTF-8.
109 assertEquals("entityIsUTF8","UTF-8".toLowerCase(),encodingName.toLowerCase());
112 assertEquals("documentIsUTF8","UTF-8".toLowerCase(),encodingName.toLowerCase());
  /external/bouncycastle/
Android.mk 33 LOCAL_JAVACFLAGS := -encoding UTF-8
84 LOCAL_JAVACFLAGS := -encoding UTF-8
97 LOCAL_JAVACFLAGS := -encoding UTF-8
105 LOCAL_JAVACFLAGS := -encoding UTF-8
  /external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/
run 69 LANG=en_US.UTF-8 \
  /external/chromium/testing/gtest/test/
gtest_xml_outfiles_test.py 47 EXPECTED_XML_1 = """<?xml version="1.0" encoding="UTF-8"?>
55 EXPECTED_XML_2 = """<?xml version="1.0" encoding="UTF-8"?>
  /external/gtest/test/
gtest_xml_outfiles_test.py 47 EXPECTED_XML_1 = """<?xml version="1.0" encoding="UTF-8"?>
55 EXPECTED_XML_2 = """<?xml version="1.0" encoding="UTF-8"?>
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 47 EXPECTED_XML_1 = """<?xml version="1.0" encoding="UTF-8"?>
55 EXPECTED_XML_2 = """<?xml version="1.0" encoding="UTF-8"?>
  /external/chromium/base/i18n/
rtl_unittest.cc 105 #error wchar_t should be either UTF-16 or UTF-32
115 #error wchar_t should be either UTF-16 or UTF-32

Completed in 427 milliseconds

1 2 3