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

  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
custrtrn.c 565 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
573 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
576 log_err("error: u_strFromUTF8(preflight) should have gotten U_BUFFER_OVERFLOW_ERROR\n");
590 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i);
595 log_err("error: u_strFromUTF8(after preflighting) failed\n");
640 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
646 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
660 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i);
690 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND
    [all...]
ucnvseltst.c 472 u_strFromUTF8(utf16, LENGTHOF(utf16), &length16, s, length8, &status);
cmsccoll.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
custrtrn.c 565 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
573 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
576 log_err("error: u_strFromUTF8(preflight) should have gotten U_BUFFER_OVERFLOW_ERROR\n");
590 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i);
595 log_err("error: u_strFromUTF8(after preflighting) failed\n");
640 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
646 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err);
660 log_verbose("u_strFromUTF8() failed expected: \\u%04X got: \\u%04X at index: %i \n", src16[i] ,uTarget[i],i);
690 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND
    [all...]
ucnvseltst.c 472 u_strFromUTF8(utf16, LENGTHOF(utf16), &length16, s, length8, &status);
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 141 u_strFromUTF8(NULL, 0, &inputLen, confusablesWS, confusablesWSLen, &status);
151 u_strFromUTF8(input, inputLen+1, NULL, confusablesWS, confusablesWSLen, &status);
uspoof.cpp 344 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status);
355 u_strFromUTF8(text16, len16+1, NULL, text, length, status);
510 // match u_strFromUTF8.
518 u_strFromUTF8(dest, outBufCapacity, outputLength, in, inLength, status);
526 u_strFromUTF8(dest, *outputLength, NULL, in, inLength, status);
771 u_strFromUTF8(inBuf, USPOOF_STACK_BUFFER_SIZE, &lengthInUChars,
780 u_strFromUTF8(inBuf, lengthInUChars+1, &lengthInUChars,
uspoof_conf.cpp 214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status);
223 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 494 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status);
503 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status);
strcase.cpp 443 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 144 u_strFromUTF8(NULL, 0, &inputLen, confusablesWS, confusablesWSLen, &status);
154 u_strFromUTF8(input, inputLen+1, NULL, confusablesWS, confusablesWSLen, &status);
uspoof_conf.cpp 214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status);
224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 527 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status);
536 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status);
strcase.cpp 439 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h     [all...]
urename.h 361 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h     [all...]
urename.h 351 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustrtrns.c 718 u_strFromUTF8(UChar *dest,
    [all...]
  /external/icu/icu4c/source/common/
ustrtrns.cpp 726 u_strFromUTF8(UChar *dest,
    [all...]

Completed in 444 milliseconds