HomeSort by relevance Sort by last modified time
    Searched refs:indexToWrite (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_u32.c 218 unsigned int indexToWrite;
291 for (indexToWrite = 0; indexToWrite <= sizeof(uint32_t) - 1; indexToWrite++) {
293 *(myTarget++) = temp[indexToWrite];
296 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
321 unsigned int indexToWrite;
395 for (indexToWrite = 0; indexToWrite <= sizeof(uint32_t) - 1; indexToWrite++)
    [all...]
ucnv_u8.c 356 int32_t indexToWrite;
420 indexToWrite = 2;
424 indexToWrite = 3;
428 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
429 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80);
433 myTarget += (indexToWrite + 1);
437 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
471 int32_t indexToWrite;
547 indexToWrite = 2;
551 indexToWrite = 3
    [all...]
  /external/icu4c/common/
ucnv_u32.c 219 unsigned int indexToWrite;
292 for (indexToWrite = 0; indexToWrite <= sizeof(uint32_t) - 1; indexToWrite++) {
294 *(myTarget++) = temp[indexToWrite];
297 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
322 unsigned int indexToWrite;
396 for (indexToWrite = 0; indexToWrite <= sizeof(uint32_t) - 1; indexToWrite++)
    [all...]
ucnv_u8.c 359 int32_t indexToWrite;
423 indexToWrite = 2;
427 indexToWrite = 3;
431 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
432 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80);
436 myTarget += (indexToWrite + 1);
440 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
474 int32_t indexToWrite;
550 indexToWrite = 2;
554 indexToWrite = 3
    [all...]

Completed in 102 milliseconds