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

  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_wtf.cc 79 WTF::String result = WTF::String::fromUTF8(input.storage(), input.size());
  /external/libtextclassifier/util/utf8/
unilib-icu.cc 30 icu::UnicodeString utf8_string = icu::UnicodeString::fromUTF8(
83 pattern_.get(), icu::UnicodeString::fromUTF8(
248 : text_(icu::UnicodeString::fromUTF8(
277 icu::RegexPattern::compile(icu::UnicodeString::fromUTF8(icu::StringPiece(
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 749 UnicodeString result16From8 = UnicodeString::fromUTF8(result8);
    [all...]
uts46test.cpp     [all...]
itspoof.cpp 347 UnicodeString confusablesTxt = UnicodeString::fromUTF8(StringPiece(fileBuf.getAlias(), fileSize));
ustrtest.cpp     [all...]
numfmtst.cpp 422 UnicodeString resultStr(UnicodeString::fromUTF8(result.getDecimalNumber(status)));
485 UnicodeString resultStr(UnicodeString::fromUTF8(resultFormattable.getDecimalNumber(status)));
    [all...]
  /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...]
normalizer2.cpp 57 UnicodeString src16 = UnicodeString::fromUTF8(src);
78 return U_SUCCESS(errorCode) && isNormalized(UnicodeString::fromUTF8(s), errorCode);
ucnv.cpp     [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 : static_cast<int32_t>(uprv_strlen(id))));
416 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : static_cast<int32_t>(uprv_strlen(id1))));
417 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<int32_t>(uprv_strlen(id2))));
683 UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<int32_t>(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/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/libtextclassifier/util/calendar/
calendar-icu.cc 304 icu::UnicodeString::fromUTF8(reference_timezone)));
  /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/skia/tools/shape/
SkShaper_harfbuzz.cpp 108 icu::UnicodeString utf16 = icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, utf8Bytes));
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 106 icu::UnicodeString utf16 = icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, utf8Bytes));
  /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 690 milliseconds