OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundtripRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
880
UChar *
roundtripRef
, *roundtripICU;
886
roundtripRef
= malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
907
roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength,
roundtripRef
);
919
if(length!=roundtripRefLength || 0!=u_memcmp(text,
roundtripRef
, length)) {
923
if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(
roundtripRef
, roundtripICU, roundtripRefLength)) {
927
free(
roundtripRef
);
/external/icu4c/test/cintltst/
bocu1tst.c
881
UChar *
roundtripRef
, *roundtripICU;
887
roundtripRef
= malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
908
roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength,
roundtripRef
);
919
if(length!=roundtripRefLength || 0!=u_memcmp(text,
roundtripRef
, length)) {
923
if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(
roundtripRef
, roundtripICU, roundtripRefLength)) {
928
free(
roundtripRef
);
Completed in 24 milliseconds