Searched refs:IValue (Results 1 – 1 of 1) sorted by relevance
10010 char *IValue = NULL; in HText_beginInput() local10094 StrAllocCopy(IValue, I->value); in HText_beginInput()10095 if (IValue && in HText_beginInput()10098 if ((tmp = typecallocn(unsigned char, strlen(IValue) * 2 + 1)) != 0) { in HText_beginInput()10100 TO_EUC((unsigned char *) IValue, tmp); in HText_beginInput()10103 TO_SJIS((unsigned char *) IValue, tmp); in HText_beginInput()10106 for (i = 0, j = 0; IValue[i]; i++) { in HText_beginInput()10107 if (IValue[i] != CH_ESC) { /* S/390 -- gil -- 1621 */ in HText_beginInput()10108 tmp[j++] = UCH(IValue[i]); in HText_beginInput()10112 StrAllocCopy(IValue, (const char *) tmp); in HText_beginInput()[all …]