HomeSort by relevance Sort by last modified time
    Searched full:charstring (Results 1 - 25 of 44) sorted by null

1 2

  /external/icu4c/common/
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...]
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...]
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...]
bytestrieiterator.cpp 36 // via the CharString and UVector32 implementations, so this additional
38 str_=new CharString();
54 str_=new CharString();
brkeng.cpp 292 CharString dictnbuf;
293 CharString ext;
udata.cpp 427 CharString itemPath; /* path passed in with item name */
428 CharString pathBuffer; /* output path for this it'ion */
429 CharString packageStub; /* example: "/icudt28b". Will ignore that leaf in set paths. */
    [all...]
dictbe.cpp 763 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
769 utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status);
774 UnicodeString inputString(charString.elems(), inputLength);
802 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
    [all...]
locutil.cpp 228 CharString cbundleID;
  /external/icu4c/i18n/
fmtableimp.h 17 //CharString stackDecimalStr; // 64
digitlst.h 53 class CharString;
212 void getDecimal(CharString &str, UErrorCode &status);
fmtable.cpp 261 fDecimalStr = new CharString(*source.fDecimalStr, status);
730 fDecimalStr = new CharString;
794 // CharString automatically adds the nul.
800 dnum->set(CharString(numberString, status).toStringPiece(), status);
  /external/icu4c/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/freetype/include/freetype/internal/
pshints.h 92 * - For each hint found in the glyph charstring, call the corresponding
379 * - For each hint found in the glyph charstring, call the corresponding
496 * If the hintmask starts the charstring (before any glyph point
503 * The `bytes' array can come directly from the Type 2 charstring and
538 * If the hintmask starts the charstring (before any glyph point
545 * The `bytes' array can come directly from the Type 2 charstring and
psaux.h 500 /* an enumeration type to handle charstring parsing states */
546 /* parse_state :: An enumeration which controls the charstring */
609 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */
    [all...]
  /external/freetype/src/cff/
cffgload.c 218 /********** GENERIC CHARSTRING PARSING *********/
723 FT_Byte* charstring; local
804 &charstring, &charstring_len );
809 error = cff_decoder_parse_charstrings( decoder, charstring,
813 cff_free_glyph_data( face, &charstring, charstring_len );
834 &charstring, &charstring_len );
839 error = cff_decoder_parse_charstrings( decoder, charstring,
843 cff_free_glyph_data( face, &charstring, charstring_len );
875 /* charstring_base :: The base of the charstring stream. */
877 /* charstring_len :: The length in bytes of the charstring stream. *
2736 FT_Byte* charstring; local
    [all...]
cffgload.h 109 /* execution context charstring zone */
  /external/icu4c/common/unicode/
bytestriebuilder.h 31 class CharString;
163 CharString *strings; // Pointer not object so we need not #include internal charstr.h.
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Header.java 151 String charString = ((ContentTypeField) getField(Field.CONTENT_TYPE)).getCharset();
153 BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(out, CharsetUtil.getCharset(charString)),8192);
Multipart.java 200 String charString = ((ContentTypeField) e.getHeader().getField(Field.CONTENT_TYPE)).getCharset();
201 return charString;
  /external/icu4c/tools/genren/
genren.pl 167 ## icu::CharString::~CharString(void) -> CharString
  /external/icu4c/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/icu4c/tools/gendict/
gendict.cpp 194 void transform(const UnicodeString &word, CharString &buf, UErrorCode &errorCode) {
229 CharString buf;
  /external/icu4c/tools/toolutil/
ppucd.cpp 274 CharString pBuffer;
532 CharString scString;
  /external/freetype/include/freetype/
ftincrem.h 150 * *unencrypted* charstring bytes, without any `lenIV' header. It is
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 156 CharString filename(options[SOURCEDIR].value, errorCode);

Completed in 2532 milliseconds

1 2