/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 ©From(const CharString &other, UErrorCode &errorCode) [all...] |
charstr.cpp | 23 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { 31 int32_t CharString::lastIndexOf(char c) const { 40 CharString &CharString::truncate(int32_t newLength) { 50 CharString &CharString::append(char c, UErrorCode &errorCode) { 58 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) [all...] |
pluralmap.cpp | 28 CharString cCategory;
|
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...] |
cstr.h | 48 CharString s;
|
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
|
/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...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 | 579 FT_Byte* charstring; local 603 &charstring, 610 FT_ASSERT( charstring + len >= charstring ); 612 buf->start = charstring; 613 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...] |
/external/pdfium/third_party/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...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidgload.c | 50 FT_Byte* charstring = NULL; 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. */ 130 if ( FT_ALLOC( charstring, glyph_length ) ) 133 charstring, glyph_length ) ) 156 /* Decode the charstring. */ 169 psaux->t1_decrypt( charstring, glyph_length, 4330 ); 172 decoder, charstring + cs_offset, 200 FT_FREE( charstring ); [all...] |
/external/pdfium/third_party/freetype/src/cid/ |
cidgload.c | 50 FT_Byte* charstring = NULL; 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 | 481 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."; 482 CharString chStr(longStr, errorCode); 484 errln("CharString(longStr) failed."); 486 CharString test("Test", errorCode); 487 CharString copy(test,errorCode); 490 errln("CharString.copyFrom() failed."); 500 errln("CharString(longStr).append(substring of self).append(self) failed."); 504 errln("CharString.clear().append(abc).append(defghij, 3) failed."); 507 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."), 512 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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
|
/external/pdfium/third_party/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
|