Lines Matching refs:targetValue
1684 uint32_t targetValue = 0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1809 targetValue = (uint32_t)sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1817 targetValue = (uint32_t)sourceChar - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1828 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1835 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1853 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1869 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1877 targetValue = hwkana_fb[sourceChar - HWKANA_START]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1891 targetValue = value - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1916 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1967 buffer[outLen++] = (char)targetValue; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1969 buffer[outLen++] = (char)(targetValue >> 8); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1970 buffer[outLen++] = (char)targetValue; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2936 uint32_t targetValue = 0; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
3095 targetValue = value; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3124 targetValue = value; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3174 buffer[len++] = (char)(targetValue >> 8); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3175 buffer[len++] = (char)targetValue; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()