OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leLength
(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);
172
char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &
leLength
);
198
ucsdet_setText(csd, leBytes,
leLength
, &status);
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
366
int32_t beLength = 0,
leLength
= 0;
368
char *leBytes = extractBytes(s, "UTF-16LE",
leLength
);
395
ucsdet_setText(csd, leBytes,
leLength
, &status);
[
all
...]
Completed in 130 milliseconds