Searched refs:sourceChars (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp564 const char sourceChars[] = { 0x7a, 0x68, 0x3d, (char)0xa4, (char)0xa4, (char)0xa4, (char)0xe5, (char)0x2e }; local
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 85 milliseconds