Lines Matching refs:myOffsets
224 int32_t *myOffsets = args->offsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
251 *(myOffsets++) = offsetNum++; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
305 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
312 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
317 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
345 args->offsets = myOffsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
467 int32_t *myOffsets = args->offsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
495 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
500 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
504 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
564 myOffsets[0] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
565 myOffsets[1] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
566 myOffsets[2] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
568 myOffsets[3] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
570 myOffsets += (indexToWrite + 1); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
577 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
598 args->offsets = myOffsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()