HomeSort by relevance Sort by last modified time
    Searched refs:appendHex (Results 1 - 14 of 14) sorted by null

  /external/icu4c/samples/datefmt/
util.cpp 21 static UnicodeString& appendHex(uint32_t number,
40 appendHex(ch, 4, target);
  /external/icu4c/samples/msgfmt/
util.cpp 21 static UnicodeString& appendHex(uint32_t number,
40 appendHex(ch, 4, target);
  /external/icu4c/samples/translit/
util.cpp 21 static UnicodeString& appendHex(uint32_t number,
40 appendHex(ch, 4, target);
  /external/icu4c/samples/numfmt/
util.cpp 32 static UnicodeString& appendHex(uint32_t number,
52 appendHex(ch, 4, target);
  /external/icu4c/test/intltest/
tscoll.cpp 387 appendHex(bytes[i], 2, target);
469 appendHex(o, 8, hexString);
480 appendHex(o, 8, hexString);
intltest.h 219 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
intltest.cpp 227 IntlTest::appendHex(uint32_t number,
280 appendHex(ch, 4, target);
283 appendHex(ch, 8, target);
331 appendHex(ch, 4, target);
334 appendHex(ch, 8, target);
    [all...]
itercoll.cpp 592 appendHex(order, 8, target);
regcoll.cpp 1154 appendHex(c1, 8, msg);
1156 appendHex(c2, 8, msg);
    [all...]
tstnorm.cpp 473 return appendHex(ch, 4, result);
480 appendHex(s[i], 4, result);
    [all...]
  /external/skia/include/core/
SkString.h 104 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); }
  /external/skia/src/views/
SkEvent.cpp 327 str.appendHex(sinkID);
363 str.appendHex(sinkID);
  /external/skia/src/xml/
SkXMLWriter.cpp 51 tmp.appendHex(value, minDigits);
  /external/skia/src/core/
SkStream.cpp 129 tmp.appendHex(hex, digits);

Completed in 246 milliseconds