Searched refs:outChar (Results 1 – 2 of 2) sorted by relevance
415 UChar outChar; in gbkCallbackEscape() local416 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackEscape()417 const UChar* source = &outChar; in gbkCallbackEscape()430 if (UChar outChar = fallbackForGBK(codePoint)) { in gbkUrlEscapedEntityCallack() local431 const UChar* source = &outChar; in gbkUrlEscapedEntityCallack()445 UChar outChar; in gbkCallbackSubstitute() local446 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackSubstitute()447 const UChar* source = &outChar; in gbkCallbackSubstitute()
273 char outChar = (char) (((c >> shift) & 7) + '0'); in toHuman() local274 if ((outChar != '0') || displayZero) { in toHuman()275 sb.append(outChar); in toHuman()