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/icu4c/test/cintltst/
ucsdetst.c
169
int32_t
beLength
= 0, leLength = 0, cLength = ARRAY_SIZE(chars);
170
char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &
beLength
);
177
ucsdet_setText(csd, beBytes,
beLength
, &status);
/external/icu4c/test/intltest/
csdetest.cpp
315
int32_t
beLength
= 0, leLength = 0;
316
char *beBytes = extractBytes(s, "UTF-16BE",
beLength
);
323
ucsdet_setText(csd, beBytes,
beLength
, &status);
Completed in 1922 milliseconds