Home
last modified time | relevance | path

Searched refs:u_strFromUTF8WithSub (Results 1 – 16 of 16) sorted by relevance

/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt53 u_strFromUTF8WithSub
Dlibicu_export.txt94 u_strFromUTF8WithSub
/external/icu/libicu/
Dlibicu.map.txt93 u_strFromUTF8WithSub;
/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c704 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
719 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
734 u_strFromUTF8WithSub(out16, 1, &uDestLen, in Test_UChar_UTF8_API()
793 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
825 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
2018 u_strFromUTF8WithSub(dest16, UPRV_LENGTHOF(dest16), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
/external/icu/libicu/ndk_headers/unicode/
Dustring.h1261 u_strFromUTF8WithSub(UChar *dest,
Durename.h362 #define u_strFromUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h1382 u_strFromUTF8WithSub(UChar *dest,
Durename.h362 #define u_strFromUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h1382 u_strFromUTF8WithSub(UChar *dest,
Durename.h362 #define u_strFromUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h1382 u_strFromUTF8WithSub(UChar *dest,
/external/icu/icu4c/source/common/
Dustrtrns.cpp260 u_strFromUTF8WithSub(UChar *dest, in u_strFromUTF8WithSub() function
546 return u_strFromUTF8WithSub( in u_strFromUTF8()
Dunistr.cpp1342 u_strFromUTF8WithSub(utf16, getCapacity(), &length16, in setToUTF8()
/external/icu/libicu/src/
Dshim.cpp95 #undef u_strFromUTF8WithSub
515 UChar * u_strFromUTF8WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8WithSub() function
516 …return U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub)(dest, destCapacity, pDestLength, src, srcLen… in u_strFromUTF8WithSub()
/external/icu/libandroidicu/static_shim/
Dshim.cpp170 …return u_strFromUTF8WithSub(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitu… in u_strFromUTF8WithSub_android()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc99 u_strFromUTF8WithSub(buffer, destCapacity, &destLength, src, srcLength, in ConvertFromUtf8()