/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 566 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 574 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 577 log_err("error: u_strFromUTF8(preflight) should have gotten U_BUFFER_OVERFLOW_ERROR\n"); in Test_UChar_UTF8_API() 591 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i); in Test_UChar_UTF8_API() 596 log_err("error: u_strFromUTF8(after preflighting) failed\n"); in Test_UChar_UTF8_API() 641 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 647 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 661 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i); in Test_UChar_UTF8_API() 692 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) || in Test_UChar_UTF8_API() 693 (err=U_ZERO_ERROR, u_strFromUTF8(out1 in Test_UChar_UTF8_API() [all...] |
H A D | nfsprep.c | 75 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare() 88 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
|
H A D | unumberformattertst.c | 363 u_strFromUTF8(ubuffer, BUFFER_LEN, &outputlen, buffer, (int32_t)strlen(buffer), &status); in TestPerUnitInArabic() 365 log_err("FAIL u_strFromUTF8: %s = %s ( %s )\n", locale, buffer, in TestPerUnitInArabic()
|
H A D | ucnvseltst.c | 474 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector()
|
H A D | cmsccoll.c | 2691 u_strFromUTF8(utf16String[i], 256, &sizeUTF16[i], utf8String[i], sizeUTF8[i], &status); in TestHebrewUCA() 5580 /* u_strFromUTF8(rules, 500, &length, srules, strlen(srules), &status); */ in TestImport() 5691 /* u_strFromUTF8(rules, 500, &length, srules, strlen(srules), &status); */ in TestImportWithType()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.cpp | 235 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); in build() 245 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_conf.cpp | 235 u_strFromUTF8(nullptr, 0, &inputLen, confusables, confusablesLen, &status); in build() 245 u_strFromUTF8(fInput, inputLen+1, nullptr, confusables, confusablesLen, &status); in build()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_conf.cpp | 236 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); in build() 246 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
|
/third_party/icu/icu4c/source/common/ |
H A D | umapfile.cpp | 150 u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)), &pathUtf16Len, path, -1, status); in uprv_mapFile()
|
H A D | ustrtrns.cpp | 540 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umapfile.cpp | 150 u_strFromUTF8(reinterpret_cast<char16_t*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)), &pathUtf16Len, path, -1, status); in uprv_mapFile()
|
H A D | ustrtrns.cpp | 540 u_strFromUTF8(char16_t *dest, in u_strFromUTF8() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umapfile.cpp | 150 u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)), &pathUtf16Len, path, -1, status); in uprv_mapFile()
|
H A D | ustrtrns.cpp | 540 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function
|
/third_party/node/src/ |
H A D | node_i18n.cc | 225 u_strFromUTF8(*destbuf, destbuf.capacity(), &result_length, in TranscodeUcs2FromUtf8() 234 u_strFromUTF8(*destbuf, result_length, &result_length, in TranscodeUcs2FromUtf8()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ustring.h | 1261 * @see u_strFromUTF8 1294 u_strFromUTF8(UChar *dest, 1348 * Same as u_strFromUTF8() except for the additional subchar which is output for 1350 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF8(). 1376 * @see u_strFromUTF8 1393 * Same as u_strFromUTF8() except that this function is designed to be very fast, 1436 * @see u_strFromUTF8
|
H A D | urename.h | 365 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ustring.h | 1257 * @see u_strFromUTF8 1290 u_strFromUTF8(UChar *dest, 1344 * Same as u_strFromUTF8() except for the additional subchar which is output for 1346 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF8(). 1372 * @see u_strFromUTF8 1389 * Same as u_strFromUTF8() except that this function is designed to be very fast, 1432 * @see u_strFromUTF8
|
H A D | urename.h | 366 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ustring.h | 1261 * @see u_strFromUTF8 1294 u_strFromUTF8(UChar *dest, 1348 * Same as u_strFromUTF8() except for the additional subchar which is output for 1350 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF8(). 1376 * @see u_strFromUTF8 1393 * Same as u_strFromUTF8() except that this function is designed to be very fast, 1436 * @see u_strFromUTF8
|
H A D | urename.h | 360 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strcase.cpp | 517 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()
|