HomeSort by relevance Sort by last modified time
    Searched refs:CharString (Results 1 - 25 of 54) sorted by null

1 2 3

  /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...]
charstr.cpp 22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) {
30 CharString &CharString::truncate(int32_t newLength) {
40 CharString &CharString::append(char c, UErrorCode &errorCode) {
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) {
73 return append(CharString(s, sLength, errorCode), errorCode)
    [all...]
bytestriebuilder.cpp 38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode);
40 StringPiece getString(const CharString &strings) const {
52 int32_t getStringLength(const CharString &strings) const {
62 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; }
66 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const;
69 const char *data(const CharString &strings) const {
90 CharString &strings, UErrorCode &errorCode) {
112 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const {
133 strings=new CharString();
182 const CharString *strings=static_cast<const CharString *>(context)
    [all...]
brkeng.cpp 295 CharString dictnbuf;
296 CharString ext;
bytestrieiterator.cpp 36 // via the CharString and UVector32 implementations, so this additional
38 str_=new CharString();
54 str_=new CharString();
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 set paths. */
    [all...]
  /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...]
charstr.cpp 22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) {
30 CharString &CharString::truncate(int32_t newLength) {
40 CharString &CharString::append(char c, UErrorCode &errorCode) {
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) {
73 return append(CharString(s, sLength, errorCode), errorCode)
    [all...]
udata.cpp 403 CharString itemPath; /* path passed in with item name */
404 CharString pathBuffer; /* output path for this it'ion */
405 CharString packageStub; /* example: "/icudt28b". Will ignore that leaf in set paths. */
    [all...]
locutil.cpp 228 CharString cbundleID;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 33 class CharString;
672 * Internal function to return the CharString pointer.
674 * @return pointer to the CharString - may become invalid if the object is modified
677 CharString *internalGetCharString(UErrorCode &status);
707 CharString *fDecimalStr;
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 53 class CharString;
208 void getDecimal(CharString &str, UErrorCode &status);
fmtable.cpp 261 fDecimalStr = new CharString(*source.fDecimalStr, status);
710 fDecimalStr = new CharString;
756 // CharString automatically adds the nul.
762 dnum->set(CharString(numberString, status).toStringPiece(), status);
  /external/icu/icu4c/source/common/unicode/
bytestriebuilder.h 31 class CharString;
169 CharString *strings; // Pointer not object so we need not #include internal charstr.h.
bytestrie.h 32 class CharString;
327 CharString *str_;
  /external/icu/icu4c/source/i18n/
digitlst.h 53 class CharString;
212 void getDecimal(CharString &str, UErrorCode &status);
fmtable.cpp 262 fDecimalStr = new CharString(*source.fDecimalStr, status);
702 CharString *decimalStr = internalGetCharString(status);
710 CharString *Formattable::internalGetCharString(UErrorCode &status) {
741 fDecimalStr = new CharString;
805 // CharString automatically adds the nul.
811 dnum->set(CharString(numberString, status).toStringPiece(), status);
1023 CharString *charString = obj->internalGetCharString(*status);
1027 if(charString == NULL) {
1032 *len = charString->length()
    [all...]
quantityformatter.cpp 147 CharString buffer;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 31 class CharString;
639 CharString *fDecimalStr;
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 83 CharString filename(perf.getSourceDir(), errorCode);
172 CharString itemNames;
320 CharString itemNames;
491 CharString &str, UErrorCode &errorCode) {
511 CharString str;
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 479 "This is a long string that is meant to cause reallocation of the internal buffer of CharString.";
480 CharString chStr(longStr, errorCode);
482 errln("CharString(longStr) failed.");
484 CharString test("Test", errorCode);
485 CharString copy(test,errorCode);
488 errln("CharString.copyFrom() failed.");
498 errln("CharString(longStr).append(substring of self).append(self) failed.");
502 errln("CharString.clear().append(abc).append(defghij, 3) failed.");
505 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."),
510 errln("CharString.appendInvariantChars(longStr) failed.")
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 511 "This is a long string that is meant to cause reallocation of the internal buffer of CharString.";
512 CharString chStr(longStr, errorCode);
514 errln("CharString(longStr) failed.");
516 CharString test("Test", errorCode);
517 CharString copy(test,errorCode);
520 errln("CharString.copyFrom() failed.");
530 errln("CharString(longStr).append(substring of self).append(self) failed.");
534 errln("CharString.clear().append(abc).append(defghij, 3) failed.");
537 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."),
542 errln("CharString.appendInvariantChars(longStr) failed.")
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 192 void transform(const UnicodeString &word, CharString &buf, UErrorCode &errorCode) {
227 CharString buf;
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 274 CharString pBuffer;
538 CharString scString;
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 155 CharString filename(options[SOURCEDIR].value, errorCode);

Completed in 641 milliseconds

1 2 3