Home
last modified time | relevance | path

Searched refs:targetValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/common/
Ducnv2022.c1618 uint32_t targetValue = 0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1743 targetValue = (uint32_t)sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1751 targetValue = (uint32_t)sourceChar - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1762 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1769 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1787 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1803 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1811 targetValue = hwkana_fb[sourceChar - HWKANA_START]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1825 targetValue = value - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1850 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
[all …]
/external/icu4c/common/
Ducnv2022.c1640 uint32_t targetValue = 0; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1765 targetValue = (uint32_t)sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1773 targetValue = (uint32_t)sourceChar - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1784 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1791 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1809 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1825 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1833 targetValue = hwkana_fb[sourceChar - HWKANA_START]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1847 targetValue = value - 0x80; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1872 targetValue = value; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
[all …]