OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bocu1RefLength
(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;
892
bocu1RefLength
=writeString(text, length, (uint8_t *)bocu1Ref);
901
if(
bocu1RefLength
!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU,
bocu1RefLength
)) {
902
log_err("Unicode(%d)[%d] -> BOCU-1: reference[%d]!=ICU[%d]\n", number, length,
bocu1RefLength
, bocu1ICULength);
907
roundtripRefLength=readString((uint8_t *)bocu1Ref,
bocu1RefLength
, roundtripRef);
/external/icu4c/test/cintltst/
bocu1tst.c
884
int32_t
bocu1RefLength
, bocu1ICULength, roundtripRefLength, roundtripICULength;
893
bocu1RefLength
=writeString(text, length, (uint8_t *)bocu1Ref);
902
if(
bocu1RefLength
!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU,
bocu1RefLength
)) {
903
log_err("Unicode(%d)[%d] -> BOCU-1: reference[%d]!=ICU[%d]\n", number, length,
bocu1RefLength
, bocu1ICULength);
908
roundtripRefLength=readString((uint8_t *)bocu1Ref,
bocu1RefLength
, roundtripRef);
Completed in 7740 milliseconds