OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [font/] [opentype/] [NameDecoder.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_awt_font_opentype_NameDecoder__
5
#define __gnu_java_awt_font_opentype_NameDecoder__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace awt
17
      {
18
        namespace font
19
        {
20
          namespace opentype
21
          {
22
              class NameDecoder;
23
          }
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace nio
31
    {
32
        class ByteBuffer;
33
    }
34
  }
35
}
36
 
37
class gnu::java::awt::font::opentype::NameDecoder : public ::java::lang::Object
38
{
39
 
40
public:
41
  NameDecoder();
42
  static ::java::lang::String * getName(::java::nio::ByteBuffer *, jint, ::java::util::Locale *);
43
private:
44
  static jint getMacLanguageCode(::java::util::Locale *);
45
  static jint getMicrosoftLanguageCode(::java::util::Locale *);
46
  static jint findLanguageCode(::java::lang::String *, ::java::lang::String *);
47
  static ::java::lang::String * decodeName(jint, jint, jint, ::java::nio::ByteBuffer *, jint, jint);
48
  static ::java::lang::String * decodeName(::java::lang::String *, ::java::nio::ByteBuffer *, jint, jint);
49
  static ::java::util::Locale * getMacLocale(jint);
50
  static ::java::util::Locale * getWindowsLocale(jint);
51
  static ::java::lang::String * getMacCharsetName(jint);
52
  static ::java::lang::String * getMicrosoftCharsetName(jint);
53
public:
54
  static ::java::util::Locale * getLocale(jint, jint, jint);
55
  static ::java::lang::String * getCharsetName(jint, jint, jint);
56
  static const jint NAME_COPYRIGHT = 0;
57
  static const jint NAME_FAMILY = 1;
58
  static const jint NAME_SUBFAMILY = 2;
59
  static const jint NAME_UNIQUE = 3;
60
  static const jint NAME_FULL = 4;
61
  static const jint NAME_VERSION = 5;
62
  static const jint NAME_POSTSCRIPT = 6;
63
  static const jint NAME_TRADEMARK = 7;
64
  static const jint NAME_MANUFACTURER = 8;
65
  static const jint NAME_DESIGNER = 9;
66
  static const jint NAME_DESCRIPTION = 10;
67
  static const jint NAME_VENDOR_URL = 11;
68
  static const jint NAME_DESIGNER_URL = 12;
69
  static const jint NAME_LICENSE = 13;
70
  static const jint NAME_LICENSE_URL = 14;
71
  static const jint NAME_PREFERRED_FAMILY = 16;
72
  static const jint NAME_PREFERRED_SUBFAMILY = 17;
73
  static const jint NAME_FULL_MACCOMPATIBLE = 18;
74
  static const jint NAME_SAMPLE_TEXT = 19;
75
  static const jint NAME_POSTSCRIPT_CID = 20;
76
private:
77
  static const jint PLATFORM_MACINTOSH = 1;
78
  static const jint PLATFORM_MICROSOFT = 3;
79
  static ::java::lang::String * macLanguageCodes;
80
  static ::java::lang::String * microsoftLanguageCodes;
81
public:
82
  static ::java::lang::Class class$;
83
};
84
 
85
#endif // __gnu_java_awt_font_opentype_NameDecoder__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.