Searched defs:mySrc (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h56 const char* mySrc = src; local
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
102 const UChar* mySrc = src; local
105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
/external/icu4c/test/perf/convperf/
H A Dconvperf.h56 const char* mySrc = src; local
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
102 const UChar* mySrc = src; local
105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);

Completed in 33 milliseconds