RuleBasedCollator$CollationElement.h 949 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_text_RuleBasedCollator$CollationElement__
  3. #define __java_text_RuleBasedCollator$CollationElement__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class RuleBasedCollator$CollationElement;
  13. }
  14. }
  15. }
  16. class java::text::RuleBasedCollator$CollationElement : public ::java::lang::Object
  17. {
  18. public: // actually package-private
  19. RuleBasedCollator$CollationElement(::java::lang::String *, jint, jshort, jshort, jshort, ::java::lang::String *, jboolean);
  20. jint getValue();
  21. ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
  22. jint primary;
  23. jshort secondary;
  24. jshort tertiary;
  25. jshort equality;
  26. jboolean ignore;
  27. ::java::lang::String * expansion;
  28. public:
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __java_text_RuleBasedCollator$CollationElement__