Lines Matching defs:target
26 // Append a hex string to the target29 UnicodeString& target) {32 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF];34 return target;40 UnicodeString target;41 target += "\"";45 target += "\\u";46 appendHex(ch, 4, target);48 target += ch;51 target += "\"";52 return target;