OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8In
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp
394
char
utf8In
[100], utf8Out[100];
409
u_strToUTF8(
utf8In
, (int32_t)sizeof(
utf8In
), &utf8InLength, input.getBuffer(), input.length(), errorCode);
415
utf8In
, utf8InLength, errorCode);
421
utf8In
, utf8InLength, errorCode);
428
utf8In
, utf8InLength, errorCode);
435
utf8In
, utf8InLength, errorCode);
/external/icu4c/test/intltest/
strcase.cpp
391
char
utf8In
[100], utf8Out[100];
406
u_strToUTF8(
utf8In
, (int32_t)sizeof(
utf8In
), &utf8InLength, input.getBuffer(), input.length(), errorCode);
412
utf8In
, utf8InLength, errorCode);
418
utf8In
, utf8InLength, errorCode);
425
utf8In
, utf8InLength, errorCode);
432
utf8In
, utf8InLength, errorCode);
Completed in 219 milliseconds