Lines Matching refs:myOffsets
221 int32_t *myOffsets = args->offsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
248 *(myOffsets++) = offsetNum++; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
302 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
309 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
314 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
342 args->offsets = myOffsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
464 int32_t *myOffsets = args->offsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
492 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
497 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
501 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
561 myOffsets[0] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
562 myOffsets[1] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
563 myOffsets[2] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
565 myOffsets[3] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
567 myOffsets += (indexToWrite + 1); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
574 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
595 args->offsets = myOffsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()