OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInLimit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp
165
const UChar *pIn, *
pInLimit
;
175
pInLimit
=input+inputLength;
186
/* convert a block of [pIn..
pInLimit
[ to the encoding in intermediate[] */
188
ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn,
pInLimit
, NULL, TRUE, pErrorCode);
196
} else if(pIn==
pInLimit
) {
232
const UChar *pIn, *
pInLimit
;
239
pInLimit
=input+inputLength;
247
ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn,
pInLimit
, NULL, TRUE, pErrorCode);
285
const char *pIn, *
pInLimit
;
294
pInLimit
=input8+input8Length
[
all
...]
/external/icu4c/test/perf/utfperf/
utfperf.cpp
165
const UChar *pIn, *
pInLimit
;
175
pInLimit
=input+inputLength;
186
/* convert a block of [pIn..
pInLimit
[ to the encoding in intermediate[] */
188
ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn,
pInLimit
, NULL, TRUE, pErrorCode);
196
} else if(pIn==
pInLimit
) {
232
const UChar *pIn, *
pInLimit
;
239
pInLimit
=input+inputLength;
247
ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn,
pInLimit
, NULL, TRUE, pErrorCode);
285
const char *pIn, *
pInLimit
;
294
pInLimit
=input8+input8Length
[
all
...]
Completed in 222 milliseconds