HomeSort by relevance Sort by last modified time
    Searched full:sourcechars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/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);
  /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 82 milliseconds