/external/icu/icu4c/source/common/ |
D | charstr.h | 39 class U_COMMON_API CharString : public UMemory { 41 CharString() : len(0) { buffer[0]=0; } in CharString() function 42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) { in CharString() function 46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) { in CharString() function 50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString() function 54 ~CharString() {} in ~CharString() 62 CharString ©From(const CharString &other, UErrorCode &errorCode); 72 CharString &clear() { len=0; buffer[0]=0; return *this; } in clear() 73 CharString &truncate(int32_t newLength); 75 CharString &append(char c, UErrorCode &errorCode); [all …]
|
D | charstr.cpp | 22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() 30 CharString &CharString::truncate(int32_t newLength) { in truncate() 40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() 48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() 73 return append(CharString(s, sLength, errorCode), errorCode); in append() 82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() 103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() 110 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity() 130 CharString &CharString::appendPathPart(const StringPiece &s, UErrorCode &errorCode) { in appendPathPart()
|
D | bytestriebuilder.cpp | 38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode); 40 StringPiece getString(const CharString &strings) const { in getString() 52 int32_t getStringLength(const CharString &strings) const { in getStringLength() 62 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() 66 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const; 69 const char *data(const CharString &strings) const { in data() 90 CharString &strings, UErrorCode &errorCode) { in setTo() 112 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() 133 strings=new CharString(); in BytesTrieBuilder() 182 const CharString *strings=static_cast<const CharString *>(context); in compareElementStrings()
|
D | udata.cpp | 414 CharString itemPath; /* path passed in with item name */ 415 CharString pathBuffer; /* output path for this it'ion */ 416 …CharString packageStub; /* example: "/icudt28b". Will ignore that leaf in … 1121 CharString altSepPath; in doOpenChoice() 1137 CharString tocEntryName; /* entry name in tree format. ex: 'icudt28b/coll/ar.res' */ in doOpenChoice() 1138 CharString tocEntryPath; /* entry name in path format. ex: 'icudt28b\\coll\\ar.res' */ in doOpenChoice() 1140 CharString pkgName; in doOpenChoice() 1141 CharString treeName; in doOpenChoice()
|
D | bytestrieiterator.cpp | 38 str_=new CharString(); in Iterator() 54 str_=new CharString(); in Iterator()
|
D | brkeng.cpp | 295 CharString dictnbuf; in loadDictionaryMatcherFor() 296 CharString ext; in loadDictionaryMatcherFor()
|
/external/chromium_org/third_party/icu/source/common/ |
D | charstr.h | 39 class U_COMMON_API CharString : public UMemory { 41 CharString() : len(0) { buffer[0]=0; } in CharString() function 42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) { in CharString() function 46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) { in CharString() function 50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString() function 54 ~CharString() {} in ~CharString() 62 CharString ©From(const CharString &other, UErrorCode &errorCode); 72 CharString &clear() { len=0; buffer[0]=0; return *this; } in clear() 73 CharString &truncate(int32_t newLength); 75 CharString &append(char c, UErrorCode &errorCode); [all …]
|
D | charstr.cpp | 22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() 30 CharString &CharString::truncate(int32_t newLength) { in truncate() 40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() 48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() 73 return append(CharString(s, sLength, errorCode), errorCode); in append() 82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() 103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() 110 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity() 130 CharString &CharString::appendPathPart(const StringPiece &s, UErrorCode &errorCode) { in appendPathPart()
|
D | bytestriebuilder.cpp | 38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode); 40 StringPiece getString(const CharString &strings) const { in getString() 52 int32_t getStringLength(const CharString &strings) const { in getStringLength() 62 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() 66 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const; 69 const char *data(const CharString &strings) const { in data() 90 CharString &strings, UErrorCode &errorCode) { in setTo() 112 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() 133 strings=new CharString(); in BytesTrieBuilder() 182 const CharString *strings=static_cast<const CharString *>(context); in compareElementStrings()
|
D | udata.cpp | 414 CharString itemPath; /* path passed in with item name */ 415 CharString pathBuffer; /* output path for this it'ion */ 416 …CharString packageStub; /* example: "/icudt28b". Will ignore that leaf in … 1129 CharString altSepPath; in doOpenChoice() 1145 CharString tocEntryName; /* entry name in tree format. ex: 'icudt28b/coll/ar.res' */ in doOpenChoice() 1146 CharString tocEntryPath; /* entry name in path format. ex: 'icudt28b\\coll\\ar.res' */ in doOpenChoice() 1148 CharString pkgName; in doOpenChoice() 1149 CharString treeName; in doOpenChoice()
|
D | bytestrieiterator.cpp | 38 str_=new CharString(); in Iterator() 54 str_=new CharString(); in Iterator()
|
D | brkeng.cpp | 295 CharString dictnbuf; in loadDictionaryMatcherFor() 296 CharString ext; in loadDictionaryMatcherFor()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | fmtable.h | 33 class CharString; variable 677 CharString *internalGetCharString(UErrorCode &status); 707 CharString *fDecimalStr;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 33 class CharString; variable 677 CharString *internalGetCharString(UErrorCode &status); 707 CharString *fDecimalStr;
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestriebuilder.h | 31 class CharString; variable 169 CharString *strings; // Pointer not object so we need not #include internal charstr.h.
|
D | bytestrie.h | 32 class CharString; variable 327 CharString *str_;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | bytestriebuilder.h | 31 class CharString; variable 169 CharString *strings; // Pointer not object so we need not #include internal charstr.h.
|
D | bytestrie.h | 32 class CharString; variable 327 CharString *str_;
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | digitlst.h | 53 class CharString; variable 212 void getDecimal(CharString &str, UErrorCode &status);
|
D | fmtable.cpp | 262 fDecimalStr = new CharString(*source.fDecimalStr, status); in operator =() 702 CharString *decimalStr = internalGetCharString(status); in getDecimalNumber() 710 CharString *Formattable::internalGetCharString(UErrorCode &status) { in internalGetCharString() 741 fDecimalStr = new CharString; in internalGetCharString() 811 dnum->set(CharString(numberString, status).toStringPiece(), status); in setDecimalNumber() 1023 CharString *charString = obj->internalGetCharString(*status); in ufmt_getDecNumChars()
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.h | 53 class CharString; variable 212 void getDecimal(CharString &str, UErrorCode &status);
|
D | fmtable.cpp | 262 fDecimalStr = new CharString(*source.fDecimalStr, status); in operator =() 702 CharString *decimalStr = internalGetCharString(status); in getDecimalNumber() 710 CharString *Formattable::internalGetCharString(UErrorCode &status) { in internalGetCharString() 741 fDecimalStr = new CharString; in internalGetCharString() 811 dnum->set(CharString(numberString, status).toStringPiece(), status); in setDecimalNumber() 1023 CharString *charString = obj->internalGetCharString(*status); in ufmt_getDecNumChars()
|
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 83 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup() 172 CharString itemNames; 320 CharString itemNames; 491 CharString &str, UErrorCode &errorCode) { in thaiWordToBytes() 511 CharString str; in BytesTrieDictLookup()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 83 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup() 172 CharString itemNames; 320 CharString itemNames; 491 CharString &str, UErrorCode &errorCode) { in thaiWordToBytes() 511 CharString str; in BytesTrieDictLookup()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | strtest.cpp | 480 CharString chStr(longStr, errorCode); in TestCharString() 484 CharString test("Test", errorCode); in TestCharString() 485 CharString copy(test,errorCode); in TestCharString()
|