Lines Matching refs:myOffsets
233 int32_t *myOffsets = args->offsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
260 *(myOffsets++) = offsetNum++; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
314 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
321 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
326 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
354 args->offsets = myOffsets; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
476 int32_t *myOffsets = args->offsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
504 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
509 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
513 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
573 myOffsets[0] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
574 myOffsets[1] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
575 myOffsets[2] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
577 myOffsets[3] = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
579 myOffsets += (indexToWrite + 1); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
586 *(myOffsets++) = offsetNum; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
607 args->offsets = myOffsets; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()