OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcechars
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
564
const char
sourceChars
[] = { 0x7a, 0x68, 0x3d, (char)0xa4, (char)0xa4, (char)0xa4, (char)0xe5, (char)0x2e };
565
// const char
sourceChars
[] = { 0x7a, 0x68, 0x3d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0x2e };
573
srcCount = sizeof(
sourceChars
);
578
source =
sourceChars
;
579
sourceLimit =
sourceChars
+ sizeof(
sourceChars
);
Completed in 62 milliseconds