Lines Matching refs:target
20 // Append a hex string to the target23 UnicodeString& target) {26 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF];28 return target;34 UnicodeString target;35 target += "\"";39 target += "\\u";40 appendHex(ch, 4, target);42 target += ch;45 target += "\"";46 return target;