/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 33 static char utf8[INPUT_CAPACITY]; variable 89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status); 268 input8(utf8), input8Length(utf8Length) {
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
ucnvstat.c | 63 NULL/*UTF8*/, NULL/*UTF16be*/, NULL/*UTF16LE*/, NULL/*UTF32be*/, NULL/*UTF32LE*/, &_EBCDICStatefulStaticData,
|
/external/chromium_org/third_party/re2/re2/ |
set.h | 24 // (The RE2 constructor's default options parameter is RE2::UTF8.)
|
/external/clang/test/CodeGen/ |
string-literal-short-wstring.c | 6 // This should convert to utf8.
|
/external/icu/icu4c/source/test/intltest/ |
convtest.h | 45 const char *utf8; member in struct:ConversionCase
|
/external/icu/icu4c/source/test/perf/utfperf/ |
utfperf.cpp | 33 static char utf8[INPUT_CAPACITY]; variable 89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status); 268 input8(utf8), input8Length(utf8Length) {
|
/external/icu/icu4c/source/tools/makeconv/ |
ucnvstat.c | 63 NULL/*UTF8*/, NULL/*UTF16be*/, NULL/*UTF16LE*/, NULL/*UTF32be*/, NULL/*UTF32LE*/, &_EBCDICStatefulStaticData,
|
/external/lldb/source/Host/macosx/cfcpp/ |
CFCString.cpp | 109 CFCString::UTF8(std::string& str) 111 return CFCString::UTF8(get(), str); 114 // Static function that puts a copy of the UTF8 contents of CF_STR into STR 120 CFCString::UTF8 (CFStringRef cf_str, std::string& str)
|
/external/regex-re2/re2/ |
set.h | 24 // (The RE2 constructor's default options parameter is RE2::UTF8.)
|
/frameworks/av/media/mtp/ |
MtpProperty.h | 39 // string in UTF8 format
|
/libcore/benchmarks/src/benchmarks/regression/ |
CharsetForNameBenchmark.java | 30 "UTF8", // non-canonical, built-in, special-case
|
/external/chromium_org/base/strings/ |
sys_string_conversions_posix.cc | 19 std::wstring SysUTF8ToWide(const StringPiece& utf8) { 23 UTF8ToWide(utf8.data(), utf8.size(), &out);
|
/external/chromium_org/chrome/renderer/ |
tts_dispatcher.cc | 67 utterance.text = web_utterance.text().utf8(); 68 utterance.lang = web_utterance.lang().utf8(); 69 utterance.voice = web_utterance.voice().utf8();
|
web_apps.cc | 144 std::string rel = elem.getAttribute("rel").utf8(); 161 std::string name = elem.getAttribute("name").utf8(); 168 std::string url = content.utf8();
|
/external/chromium_org/components/os_crypt/ |
os_crypt_mac.mm | 98 std::string utf8; 99 if (!DecryptString(ciphertext, &utf8)) 102 *plaintext = base::UTF8ToUTF16(utf8);
|
os_crypt_posix.cc | 64 std::string utf8; local 65 if (!DecryptString(ciphertext, &utf8)) 68 *plaintext = base::UTF8ToUTF16(utf8);
|
/external/chromium_org/content/renderer/ |
history_entry.cc | 98 entry_->unique_names_to_items_[item.target().utf8()] = this; 109 entry_->unique_names_to_items_[item.target().utf8()] = this; 179 return unique_names_to_items_[frame->GetWebFrame()->uniqueName().utf8()];
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_chooser_host.cc | 38 file_names[i].utf8(), std::string())); 52 file_names[i].path.utf8(), file_names[i].displayName.utf8()));
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCacheSkia.cpp | 126 name = getFallbackFontFamily(fontDescription).string().utf8(); 128 // convert the name to utf8 129 name = family.utf8();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 80 codecs.getreader('utf8'), 81 codecs.getwriter('utf8'), 89 file = codecs.open(file_path, 'r', 'utf8', 'replace')
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvtst.c | 290 log_verbose("Testing for UTF8\n"); 303 expected, sizeof(expected), "UTF8", offsets, TRUE, U_ZERO_ERROR )) 304 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 306 expected, sizeof(expected), "UTF8", 0, TRUE, U_ZERO_ERROR )) 307 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 309 expected, sizeof(expected), "UTF8", offsets, FALSE, U_ZERO_ERROR )) 310 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 312 expected, sizeof(expected), "UTF8", 0, FALSE, U_ZERO_ERROR )) 313 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 316 sampleText, sizeof(sampleText)/sizeof(sampleText[0]), "UTF8", 0, TRUE, U_ZERO_ERROR ) 692 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); local [all...] |
/external/chromium_org/third_party/skia/samplecode/ |
SampleRectanizer.cpp | 61 char utf8[kMaxBytesInUTF8Sequence]; variable 62 size_t size = SkUTF8_FromUnichar(uni, utf8); 65 switch (utf8[0]) {
|
SampleUnpremul.cpp | 61 char utf8[kMaxBytesInUTF8Sequence]; variable 62 size_t size = SkUTF8_FromUnichar(uni, utf8); 65 switch (utf8[0]) {
|
/external/chromium_org/v8/tools/ |
parser-shell.cc | 54 case UTF8: { 118 } else if (strcmp(argv[i], "--utf8") == 0) { 119 encoding = UTF8;
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvtst.c | 296 log_verbose("Testing for UTF8\n"); 309 expected, sizeof(expected), "UTF8", offsets, TRUE, U_ZERO_ERROR )) 310 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 312 expected, sizeof(expected), "UTF8", 0, TRUE, U_ZERO_ERROR )) 313 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 315 expected, sizeof(expected), "UTF8", offsets, FALSE, U_ZERO_ERROR )) 316 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 318 expected, sizeof(expected), "UTF8", 0, FALSE, U_ZERO_ERROR )) 319 log_err("u-> UTF8 with offsets and flush true did not match.\n"); 322 sampleText, sizeof(sampleText)/sizeof(sampleText[0]), "UTF8", 0, TRUE, U_ZERO_ERROR ) 710 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); local [all...] |