OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cLength
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/letest/
letsutil.cpp
37
le_int32
cLength
= uString->extract(0, uLength, NULL, 0, US_INV);
38
char *cString = NEW_ARRAY(char,
cLength
+ 1);
40
uString->extract(0, uLength, cString,
cLength
, US_INV);
41
cString[
cLength
] = '\0';
64
le_int32
cLength
= uString->extract(0, uLength, NULL, 0, "UTF-8");
65
char *cString = NEW_ARRAY(char,
cLength
+ 1);
67
uString->extract(0, uLength, cString,
cLength
, "UTF-8");
69
cString[
cLength
] = '\0';
/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);
171
char *leBytes = extractBytes(chars,
cLength
, "UTF-16LE", &leLength);
473
int32_t bLength = 0, brLength = 0,
cLength
= ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475
char *bytes = extractBytes(chars,
cLength
, "IBM424", &bLength);
551
int32_t bLength = 0, brLength = 0,
cLength
= ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553
char *bytes = extractBytes(chars,
cLength
, "IBM420", &bLength);
/external/icu4c/test/intltest/
ucharstrietest.cpp
839
int32_t
cLength
=U16_LENGTH(c);
840
nextCp=expectedString.length()>
cLength
? expectedString.char32At(
cLength
) : 0;
[
all
...]
tstnorm.cpp
[
all
...]
/external/icu4c/common/
unistr.cpp
[
all
...]
Completed in 272 milliseconds