OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
170
int32_t
beLength
= 0, leLength = 0, cLength = UPRV_LENGTHOF(chars);
171
char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &
beLength
);
178
ucsdet_setText(csd, beBytes,
beLength
, &status);
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
366
int32_t
beLength
= 0, leLength = 0;
367
char *beBytes = extractBytes(s, "UTF-16BE",
beLength
);
374
ucsdet_setText(csd, beBytes,
beLength
, &status);
[
all
...]
Completed in 358 milliseconds