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

  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 272 const UChar* uSrc = src_;
280 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
286 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
297 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
303 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 274 const UChar* uSrc = src_;
282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 514 const UChar* uSrc = src16;
526 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
534 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
608 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
614 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
    [all...]
creststn.c 381 static const UChar uSrc[] = {
438 if(u_strncmp(srcFromRes,uSrc,len)!=0){
442 if(uSrc[num]!=srcFromRes[num]){
443 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]);
447 if (len != u_strlen(uSrc)) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 514 const UChar* uSrc = src16;
526 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
534 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
608 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
614 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
    [all...]
creststn.c 386 static const UChar uSrc[] = {
443 if(u_strncmp(srcFromRes,uSrc,len)!=0){
447 if(uSrc[num]!=srcFromRes[num]){
448 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]);
452 if (len != u_strlen(uSrc)) {
    [all...]

Completed in 92 milliseconds