RuleBasedCollator$CollationSorter.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_text_RuleBasedCollator$CollationSorter__
  3. #define __java_text_RuleBasedCollator$CollationSorter__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class RuleBasedCollator$CollationSorter;
  13. }
  14. }
  15. }
  16. class java::text::RuleBasedCollator$CollationSorter : public ::java::lang::Object
  17. {
  18. RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean);
  19. public: // actually package-private
  20. RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean, ::java::text::RuleBasedCollator$CollationSorter *);
  21. static const jint GREATERP = 0;
  22. static const jint GREATERS = 1;
  23. static const jint GREATERT = 2;
  24. static const jint EQUAL = 3;
  25. static const jint RESET = 4;
  26. static const jint INVERSE_SECONDARY = 5;
  27. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) comparisonType;
  28. ::java::lang::String * textElement;
  29. jint hashText;
  30. jint offset;
  31. jboolean ignore;
  32. ::java::lang::String * expansionOrdering;
  33. public:
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __java_text_RuleBasedCollator$CollationSorter__