OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ch32
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/io/
ustream.cpp
95
UChar
ch32
;
local
130
U16_NEXT(uBuffer, uBuffIdx, uBuffSize,
ch32
);
131
if (u_isWhitespace(
ch32
)) {
152
str.append(
ch32
);
/external/icu4c/samples/ucnv/
convsamp.cpp
157
void printUChar(UChar32
ch32
)
159
if(
ch32
> 0xFFFF) {
160
printf("ch: U+%06X\n",
ch32
);
163
UChar ch = (UChar)
ch32
;
Completed in 207 milliseconds