OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundtripICU
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
880
UChar *roundtripRef, *
roundtripICU
;
887
roundtripICU
= malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
909
free(
roundtripICU
);
913
roundtripICULength=ucnv_toUChars(bocu1,
roundtripICU
, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
923
if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef,
roundtripICU
, roundtripRefLength)) {
928
free(
roundtripICU
);
/external/icu4c/test/cintltst/
bocu1tst.c
881
UChar *roundtripRef, *
roundtripICU
;
888
roundtripICU
= malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
913
roundtripICULength=ucnv_toUChars(bocu1,
roundtripICU
, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
923
if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef,
roundtripICU
, roundtripRefLength)) {
929
free(
roundtripICU
);
Completed in 37 milliseconds