HomeSort by relevance Sort by last modified time
    Searched defs:CharString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
charstr.h 39 class U_COMMON_API CharString : public UMemory {
41 CharString() : len(0) { buffer[0]=0; }
42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) {
46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) {
50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) {
54 ~CharString() {}
58 * CharString does not support the standard copy constructor nor
62 CharString &copyFrom(const CharString &other, UErrorCode &errorCode)
    [all...]
  /external/icu/icu4c/source/common/
charstr.h 39 class U_COMMON_API CharString : public UMemory {
41 CharString() : len(0) { buffer[0]=0; }
42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) {
46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) {
50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) {
54 ~CharString() {}
58 * CharString does not support the standard copy constructor nor
62 CharString &copyFrom(const CharString &other, UErrorCode &errorCode)
    [all...]

Completed in 301 milliseconds