/external/chromium_org/tools/grit/grit/format/ |
data_pack_unittest.py | 32 output = data_pack.WriteDataPackToString(input, data_pack.UTF8) 49 inputs = [data_pack.DataPackContents(input, data_pack.UTF8) for input
|
/external/lldb/source/Host/macosx/cfcpp/ |
CFCString.h | 33 const char * UTF8 (std::string& str); 35 static const char *UTF8 (CFStringRef cf_str, std::string& str);
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 53 // setlocale("en_US.utf8"); 54 // print "matches in utf8\n" if "\n" =~ /[^a]/;
|
/external/sfntly/cpp/src/test/ |
test_utils_test.cc | 30 // Conversion is done from UTF16 to UTF8, SJIS 32 UConverter* conv = TestUtils::GetEncoder("utf8");
|
/external/skia/bench/ |
CmapBench.cpp | 77 // we're jamming values into utf8, so we must keep it legal utf8
|
/external/svox/pico/lib/ |
picotok.h | 35 - UTF8 text 74 - graph, len>0, utf8 graphemes, %s
|
picobase.c | 44 * UTF8 [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/ |
plexus-cipher-1.7.pom | 75 <id>utf8</id> 82 <file.encoding>utf8</file.encoding>
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebViewTest.cpp | 523 EXPECT_EQ("foo\xef\xbf\xbc", info.value.utf8()); 568 EXPECT_EQ("hello", std::string(info.value.utf8().data())); 583 EXPECT_EQ("helhellolo", std::string(info.value.utf8().data())); 610 EXPECT_EQ("0123456789abcdefghijklmnopqrstuvwxyz", std::string(info.value.utf8().data())); 630 EXPECT_EQ("0123\n456789abcdefghijklmnopqrstuvwxyz", std::string(info.value.utf8().data())); 642 EXPECT_EQ("01234ijklmnopqrstuvwxyz", std::string(info.value.utf8().data())); 647 EXPECT_EQ("ijklmnopqrstuvwxyz", std::string(info.value.utf8().data())); 689 EXPECT_EQ("0123456789abcdefghijklmnopq\nrstuvwxyz", std::string(info.value.utf8().data())); 697 EXPECT_EQ("0123456789abcdefghijklmnopq\nrstuvwxyz", std::string(info.value.utf8().data())); 706 EXPECT_EQ("0123456789abcdefghijklmnopq\nrsyoloxyz", std::string(info.value.utf8().data())) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
StringIdsSection.java | 107 CstUtf8 utf8 = new CstUtf8(string); local 108 return intern(new StringIdItem(utf8)); 118 CstUtf8 utf8 = string.getString(); local 119 return intern(new StringIdItem(utf8));
|
/external/chromium_org/base/android/ |
jni_string.h | 18 // Convert a Java string to UTF8. Returns a std string.
|
/external/chromium_org/base/i18n/ |
char_iterator.cc | 7 #include "third_party/icu/source/common/unicode/utf8.h"
|
/external/chromium_org/chrome/browser/extensions/ |
browser_action_apitest.cc | 9 // Tests that tooltips of a browser action icon can be specified using UTF8.
|
/external/chromium_org/chrome/installer/mini_installer/ |
decompress.cc | 21 // Converts a wide string to utf8. Set |len| to -1 if |str| is zero terminated 120 // utf8/wide conversion and concatenation of directory and file name. 227 // Start by splitting up the source path and convert to utf8 since the 235 // Convert the name to utf8.
|
/external/chromium_org/chrome/test/chromedriver/ |
keycode_text_conversion.h | 16 // Coverts a key code and modifiers to the UTF8 text that would be produced
|
/external/chromium_org/mojo/bindings/java/src/org/chromium/mojo/bindings/ |
BindingsHelper.java | 24 * Compute the size in bytes of the given string encoded as utf8.
|
/external/chromium_org/net/data/ssl/scripts/ |
ee.cnf | 40 otherName = 1.2.3.4;UTF8:ignore me
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableValueTestHelper.cpp | 50 << animColor.color().serialized().utf8().data() << ", " 51 << animColor.visitedLinkColor().serialized().utf8().data() << ")"; 80 << animSVGLength.toSVGLength()->valueAsString().utf8().data() << ")"; 94 *os << list->at(i)->valueAsString().utf8().data();
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebString.cpp | 83 std::string WebString::utf8() const function in class:blink::WebString 85 StringUTF8Adaptor utf8(m_private.get()); 86 return std::string(utf8.data(), utf8.length());
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/ |
compact_lang_det_generated_cjkbis_0.cc | 6 // From input file /tmp/langdet_v25_12cjk_sort.utf8
|
compact_lang_det_generated_longwords8_0.cc | 6 // From input file /tmp/input_10p_l8_sort.utf8
|
compact_lang_det_generated_quads_0.cc | 6 // From input file /tmp/good_quad_input4567_sort.utf8
|
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/ |
utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
|
/external/chromium_org/third_party/libphonenumber/ |
README.chromium | 14 - third_party/icu for internationalisation, UTF8-16-32 conversion and regular
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt-3fe897352e.test | 31 PRAGMA encoding=UTF8;
|