codepoint2        776 lib/util/charset/iconv.c 			unsigned int codepoint2;
codepoint2        781 lib/util/charset/iconv.c 			codepoint2 = uc[2] | (uc[3]<<8);
codepoint2        782 lib/util/charset/iconv.c 			if ((codepoint2 & 0xfc00) != 0xdc00) {