HomeSort by relevance Sort by last modified time
    Searched refs:fromUTF8 (Results 1 - 21 of 21) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_wtf.cc 80 WTF::String result = WTF::String::fromUTF8(input.storage(), input.size());
  /external/icu/icu4c/source/common/
ucnv_cnv.h 255 UConverterConvert fromUTF8;
uts46.cpp 77 labelToASCII(UnicodeString::fromUTF8(label), destString,
87 labelToUnicode(UnicodeString::fromUTF8(label), destString,
97 nameToASCII(UnicodeString::fromUTF8(name), destString,
107 nameToUnicode(UnicodeString::fromUTF8(name), destString,
495 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart));
498 processUnicode(UnicodeString::fromUTF8(StringPiece(src, labelStart)), 0, mappingStart,
503 processUnicode(UnicodeString::fromUTF8(src), 0, 0,
    [all...]
ucnv.c     [all...]
unistr.cpp 445 UnicodeString UnicodeString::fromUTF8(StringPiece utf8) {
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 377 UnicodeString idStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : uprv_strlen(id)));
416 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : uprv_strlen(id1)));
417 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));
683 UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : uprv_strlen(id)));
  /external/libmojo/mojo/public/cpp/bindings/tests/
wtf_types_unittest.cc 70 strs[3] = WTF::String::fromUTF8(kUTF8HelloWorld);
80 str_map.add("2", WTF::String::fromUTF8(kUTF8HelloWorld));
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp     [all...]
itspoof.cpp 347 UnicodeString confusablesTxt = UnicodeString::fromUTF8(StringPiece(fileBuf.getAlias(), fileSize));
strcase.cpp 634 UnicodeString result16From8 = UnicodeString::fromUTF8(result8);
    [all...]
ustrtest.cpp     [all...]
numfmtst.cpp 397 UnicodeString resultStr(UnicodeString::fromUTF8(result.getDecimalNumber(status)));
444 UnicodeString resultStr(UnicodeString::fromUTF8(resultFormattable.getDecimalNumber(status)));
    [all...]
  /external/v8/src/inspector/
string-16.h 81 static String16 fromUTF8(const char* stringStart, size_t length);
string-16.cc 471 String16 String16::fromUTF8(const char* stringStart, size_t length) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 94 UnicodeString font_string = UnicodeString::fromUTF8(font_name);
97 UnicodeString regular_suffix = UnicodeString::fromUTF8(" Regular");
  /external/libtextclassifier/smartselect/
feature-processor.cc 662 icu::UnicodeString unicode_text = icu::UnicodeString::fromUTF8(context);
  /external/v8/src/
i18n.cc 55 *setting = icu::UnicodeString::fromUTF8(*utf8_string);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 446 icu::UnicodeString utf16(icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, byteCount)));
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 478 milliseconds