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

1 2

  /external/chromium/third_party/icu/source/common/
charstr.h 20 // class CharString
29 class U_COMMON_API CharString : public UMemory {
37 // inline CharString(const UnicodeString& str, const char *codepage);
40 inline CharString(const UnicodeString& str);
41 inline ~CharString();
48 CharString(const CharString &other); // forbid copying of this class
49 CharString &operator=(const CharString &other); // forbid copying of this class
57 inline CharString::CharString(const UnicodeString& str, const char *codepage)
    [all...]
dictbe.cpp 550 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
556 utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status);
560 UnicodeString inputString(charString.elems(), inputLength);
585 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
locutil.cpp 230 CharString cbundleID(bundleID);
resbund.cpp 38 * Fixed usage of CharString.
uniset_props.cpp     [all...]
  /external/icu4c/common/
charstr.h 20 // class CharString
29 class U_COMMON_API CharString : public UMemory {
37 // inline CharString(const UnicodeString& str, const char *codepage);
40 inline CharString(const UnicodeString& str);
41 inline ~CharString();
48 CharString(const CharString &other); // forbid copying of this class
49 CharString &operator=(const CharString &other); // forbid copying of this class
57 inline CharString::CharString(const UnicodeString& str, const char *codepage)
    [all...]
locutil.cpp 230 CharString cbundleID(bundleID);
resbund.cpp 38 * Fixed usage of CharString.
uniset_props.cpp     [all...]
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 134 ## icu_2_0::CharString::~CharString(void) -> CharString
  /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/icu4c/tools/genren/
genren.pl 159 ## icu_2_0::CharString::~CharString(void) -> CharString
  /external/freetype/src/cff/
cffgload.c 219 /********** GENERIC CHARSTRING PARSING *********/
724 FT_Byte* charstring; local
805 &charstring, &charstring_len );
810 error = cff_decoder_parse_charstrings( decoder, charstring,
814 cff_free_glyph_data( face, &charstring, charstring_len );
835 &charstring, &charstring_len );
840 error = cff_decoder_parse_charstrings( decoder, charstring,
844 cff_free_glyph_data( face, &charstring, charstring_len );
876 /* charstring_base :: The base of the charstring stream. */
878 /* charstring_len :: The length in bytes of the charstring stream. *
2736 FT_Byte* charstring; local
    [all...]
cffgload.h 109 /* execution context charstring zone */
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Header.java 148 String charString = ((ContentTypeField) getField(Field.CONTENT_TYPE)).getCharset();
150 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/freetype/include/freetype/
ftincrem.h 150 * *unencrypted* charstring bytes, without any `lenIV' header. It is
  /external/freetype/src/psaux/
t1decode.c 346 /* charstring_base :: The base address of the charstring stream. */
348 /* charstring_len :: The length in bytes of the charstring stream. */
414 "Start charstring\n" ));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
transreg.cpp 242 CharString topch(theSpec);
    [all...]
rbt_set.cpp 122 CharString cbuf(esc);
  /external/icu4c/i18n/
transreg.cpp 242 CharString topch(theSpec);
    [all...]
rbt_set.cpp 122 CharString cbuf(esc);
  /external/freetype/include/freetype/config/
ftoption.h     [all...]
  /external/freetype/src/pshinter/
pshrec.c 829 FT_TRACE0(( "ps_hints_open: invalid charstring type\n" ));

Completed in 983 milliseconds

1 2