OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
474
int32_t bLength = 0,
brLength
= 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
477
char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &
brLength
);
496
ucsdet_setText(csd, bytes_r,
brLength
, &status);
552
int32_t bLength = 0,
brLength
= 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
555
char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &
brLength
);
574
ucsdet_setText(csd, bytes_r,
brLength
, &status);
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
631
int32_t bLength = 0,
brLength
= 0;
637
char *bytes_r = extractBytes(s2, "IBM424",
brLength
);
663
ucsdet_setText(csd, bytes_r,
brLength
, &status);
721
int32_t bLength = 0,
brLength
= 0;
727
char *bytes_r = extractBytes(s2, "IBM420",
brLength
);
753
ucsdet_setText(csd, bytes_r,
brLength
, &status);
[
all
...]
Completed in 74 milliseconds