/external/chromium_org/third_party/icu/source/test/cintltst/ |
nccbtst.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nccbtst.c | [all...] |
/external/chromium_org/base/files/ |
file_path.h | 300 // Mac uses UTF8, and since ASCII is a subset of that, it works there as well. 365 static FilePath FromUTF8Unsafe(const std::string& utf8);
|
file_path.cc | 612 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { 614 return FilePath(utf8); 616 return FilePath(SysWideToNativeMB(UTF8ToWide(utf8))); 649 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { 650 return FilePath(UTF8ToWide(utf8)); [all...] |
/external/chromium_org/base/json/ |
json_reader_unittest.cc | 468 // Test utf8 encoded input 484 // Test invalid utf8 encoded input
|
/external/chromium_org/base/strings/ |
string_util.cc | 221 // to the beginning of the string looking for a valid UTF8 222 // character. Once a full UTF8 character is found, we will
|
/external/chromium_org/chrome/renderer/translate/ |
translate_helper.cc | 179 std::string content_language = document.contentLanguage().utf8(); 185 html_lang = html_element.getAttribute("lang").utf8();
|
/external/chromium_org/content/renderer/media/ |
rtc_peer_connection_handler.cc | 624 << "stream twice. id=" << stream.id().utf8(); 685 std::string track_id = request->component().id().utf8(); [all...] |
/external/chromium_org/net/base/ |
net_util_unittest.cc | 139 // Try extracting a username which was encoded with UTF8. 150 // Verify that it was decoded as UTF8.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
AssociatedURLLoaderTest.cpp | 84 WebCore::KURL url = toKURL(urlRoot + filename.utf8().data()); 104 FrameTestHelpers::loadFrame(mainFrame(), url.string().utf8().data());
|
PinchViewportTest.cpp | 621 EXPECT_EQ("ir", mainFrame->selectionAsText().utf8()); 633 EXPECT_EQ("t ", mainFrame->selectionAsText().utf8());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf8.h | 8 * file name: utf8.h 22 * utf8.h is included by utf.h after unicode/umachine.h
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3snippet.test | 128 0 utf8 129 1 utf8
|
/external/chromium_org/v8/test/cctest/ |
test-deoptimization.cc | 380 v8::String::Utf8Value utf8(result); 381 CHECK_EQ("a+an X", *utf8);
|
/external/clang/test/ |
lit.cfg | 361 # Capability to print utf8 to the terminal. 364 config.available_features.add('utf8-capable-terminal')
|
/external/llvm/lib/Support/ |
Unicode.cpp | 351 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i);
|
/frameworks/base/tools/aapt/ |
StringPool.cpp | 112 StringPool::StringPool(bool utf8) : 113 mUTF8(utf8), mValues(-1)
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 42 * Test encoding of a simple SMS text message (UTF8). This validates most parameters. 421 * Test encoding of a simple MMS text message (UTF8). This validates most parameters.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certsrv.h | 442 #define wszINFKEY_UTF8 L"UTF8" 586 #define wszPROPUTF8TAG TEXT("{utf8}") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 31 UTF8 = Charset('utf-8') 281 for charset in USASCII, charset, UTF8:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 527 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8')) 536 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 31 UTF8 = Charset('utf-8') 281 for charset in USASCII, charset, UTF8:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 527 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8')) 536 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
|
/external/chromium_org/third_party/libxml/src/ |
c14n.c | [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | 1180 UBool utf8 = FALSE; local 1214 utf8 = TRUE; [all...] |