Searched refs:offsetNum (Results 1 – 7 of 7) sorted by relevance
188 int32_t offsetNum = 0; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local214 *(myOffsets++) = offsetNum++; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()257 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()263 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()268 *(myOffsets++) = offsetNum; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()277 offsetNum += i; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()425 int32_t offsetNum, nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local434 offsetNum = -1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()438 offsetNum = 0; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()447 *(myOffsets++) = offsetNum++; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()[all …]
136 int32_t offsetNum = 0; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local171 *(myOffsets++) = offsetNum; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()176 *myOffsets++ = offsetNum; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()181 *(myOffsets++) = offsetNum; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()197 offsetNum += i; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()323 int32_t offsetNum = 0; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local401 *(myOffsets++) = offsetNum; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()408 offsetNum = offsetNum + 1 + (temp[1] != 0); in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()604 int32_t offsetNum = 0; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local647 *(myOffsets++) = offsetNum; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()[all …]
4491 for (int offsetNum = 0; offsetNum < 4; ++offsetNum) in decomposeSampleMethods() local4492 argOffsets[offsetNum] = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()4520 for (int offsetNum = 0; offsetNum < 4; ++offsetNum) in decomposeSampleMethods() local4521 initList->getSequence().push_back(argOffsets[offsetNum]); in decomposeSampleMethods()