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

1 2 3 4

  /external/icu/icu4c/source/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();
  /external/icu/icu4c/source/i18n/
fmtableimp.h 20 //CharString stackDecimalStr; // 64
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...]
  /external/freetype/src/cff/
cf2intrp.c 130 /* consume the hintmask bytes from the charstring, advancing the src */
134 CF2_Buffer charstring,
155 /* set mask and advance interpreter's charstring pointer */
158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
200 /* Type2 charstring opcodes */
455 CF2_Buffer charstring = NULL; local
537 /* initialize subroutine stack by placing top level charstring as */
538 /* first element (max depth plus one for the charstring) */
539 /* Note: Caller owns and must finalize the first charstring. */
543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack )
    [all...]
cf2ft.c 576 FT_Byte* charstring; local
600 &charstring,
607 FT_ASSERT( charstring + len >= charstring );
609 buf->start = charstring;
610 buf->end = charstring + len;
cffgload.c 224 /********** GENERIC CHARSTRING PARSING *********/
742 FT_Byte* charstring; local
823 &charstring, &charstring_len );
828 error = cff_decoder_parse_charstrings( decoder, charstring,
832 cff_free_glyph_data( face, &charstring, charstring_len );
853 &charstring, &charstring_len );
858 error = cff_decoder_parse_charstrings( decoder, charstring,
862 cff_free_glyph_data( face, &charstring, charstring_len );
894 /* charstring_base :: The base of the charstring stream. */
896 /* charstring_len :: The length in bytes of the charstring stream. *
2812 FT_Byte* charstring; local
    [all...]
cf2hints.h 54 * charstring are active at a given time. Hints in CFF must be declared
63 * A HintMask is built 0 or more times while interpreting a charstring, by
66 * the charstring. A default HintMask with all bits set is built if there
cf2intrp.h 68 CF2_Buffer charstring,
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 129 /* consume the hintmask bytes from the charstring, advancing the src */
133 CF2_Buffer charstring,
154 /* set mask and advance interpreter's charstring pointer */
157 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
199 /* Type2 charstring opcodes */
454 CF2_Buffer charstring = NULL; local
536 /* initialize subroutine stack by placing top level charstring as */
537 /* first element (max depth plus one for the charstring) */
538 /* Note: Caller owns and must finalize the first charstring. */
542 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack )
    [all...]
cf2ft.c 576 FT_Byte* charstring; local
591 &charstring,
598 FT_ASSERT( charstring + len >= charstring );
600 buf->start = charstring;
601 buf->end = charstring + len;
cffgload.c 224 /********** GENERIC CHARSTRING PARSING *********/
742 FT_Byte* charstring; local
823 &charstring, &charstring_len );
828 error = cff_decoder_parse_charstrings( decoder, charstring,
832 cff_free_glyph_data( face, &charstring, charstring_len );
853 &charstring, &charstring_len );
858 error = cff_decoder_parse_charstrings( decoder, charstring,
862 cff_free_glyph_data( face, &charstring, charstring_len );
894 /* charstring_base :: The base of the charstring stream. */
896 /* charstring_len :: The length in bytes of the charstring stream. *
2807 FT_Byte* charstring; local
    [all...]
cf2hints.h 54 * charstring are active at a given time. Hints in CFF must be declared
63 * A HintMask is built 0 or more times while interpreting a charstring, by
66 * the charstring. A default HintMask with all bits set is built if there
cf2intrp.h 68 CF2_Buffer charstring,
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 50 FT_Byte* charstring = 0; local
83 (void)FT_ALLOC( charstring, glyph_length );
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
100 /* and charstring offset from the CIDMap. */
125 if ( FT_ALLOC( charstring, glyph_length ) )
128 charstring, glyph_length ) )
151 /* Decode the charstring. */
158 psaux->t1_decrypt( charstring, glyph_length, 4330 );
161 decoder, charstring + cs_offset,
165 FT_FREE( charstring );
    [all...]
  /external/fonttools/Lib/fontTools/misc/
eexec.py 2 charstring encryption algorithm as used by PostScript Type 1 fonts.
  /external/fonttools/Lib/fontTools/
t1Lib.py 91 for glyphName, charString in charStrings.items():
92 charString, R = eexec.decrypt(charString, 4330)
93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:],
96 charString, R = eexec.decrypt(subrs[i], 4330)
97 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
cffLib.py 391 xmlWriter.begintag("CharString", index=i, raw=1)
393 xmlWriter.begintag("CharString", index=i)
396 xmlWriter.endtag("CharString")
400 if name != "CharString":
532 charString = self.charStrings[name]
534 charString = self.charStringsIndex[charString]
535 return charString
537 def __setitem__(self, name, charString):
540 self.charStringsIndex[index] = charString
    [all...]
  /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/freetype/include/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
  /external/pdfium/third_party/freetype/include/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
  /external/icu/icu4c/source/common/unicode/
bytestriebuilder.h 31 class CharString;
167 CharString *strings; // Pointer not object so we need not #include internal charstr.h.
  /packages/apps/UnifiedEmail/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);

Completed in 2719 milliseconds

1 2 3 4