OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharsToUChars
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cintltst.h
54
U_CFUNC UChar*
CharsToUChars
(const char* chars);
cnormtst.c
179
source=
CharsToUChars
(cases[x][0]);
231
UChar *expectedUni =
CharsToUChars
(expected);
478
d =
CharsToUChars
(canonTests[count][1]);
479
c =
CharsToUChars
(canonTests[count][2]);
500
d =
CharsToUChars
(compatTests[count][1]);
501
c =
CharsToUChars
(compatTests[count][2]);
[
all
...]
cintltst.c
480
UChar*
CharsToUChars
(const char* str) {
cloctst.c
713
expectBuffer =
CharsToUChars
(expect[i]);
746
UChar *expected=
CharsToUChars
(expectedChars);
[
all
...]
Completed in 548 milliseconds