Searched refs:GET_MAPPING (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnvisci.c | 1139 #define GET_MAPPING(sourceChar,targetUniChar,data){ \ macro 1309 GET_MAPPING(sourceChar,targetUniChar,data); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1320 GET_MAPPING(sourceChar,targetUniChar,data); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1328 GET_MAPPING(sourceChar,targetUniChar,data) in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1353 GET_MAPPING(sourceChar,targetUniChar,data); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1424 default:GET_MAPPING(sourceChar,targetUniChar,data) in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|