OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundtripRefLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
883
int32_t bocu1RefLength, bocu1ICULength,
roundtripRefLength
, roundtripICULength;
907
roundtripRefLength
=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef);
908
if(
roundtripRefLength
<0) {
919
if(length!=
roundtripRefLength
|| 0!=u_memcmp(text, roundtripRef, length)) {
920
log_err("BOCU-1 -> Unicode: original(%d)[%d]!=reference[%d]\n", number, length,
roundtripRefLength
);
923
if(
roundtripRefLength
!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU,
roundtripRefLength
)) {
924
log_err("BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number,
roundtripRefLength
, roundtripICULength);
/external/icu4c/test/cintltst/
bocu1tst.c
884
int32_t bocu1RefLength, bocu1ICULength,
roundtripRefLength
, roundtripICULength;
908
roundtripRefLength
=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef);
909
if(
roundtripRefLength
<0) {
919
if(length!=
roundtripRefLength
|| 0!=u_memcmp(text, roundtripRef, length)) {
920
log_err("BOCU-1 -> Unicode: original(%d)[%d]!=reference[%d]\n", number, length,
roundtripRefLength
);
923
if(
roundtripRefLength
!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU,
roundtripRefLength
)) {
924
log_err("BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number,
roundtripRefLength
, roundtripICULength);
Completed in 1288 milliseconds