Home
last modified time | relevance | path

Searched refs:CompiledField (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/libjava/java/text/
H A DSimpleDateFormat$CompiledField.h17 class SimpleDateFormat$CompiledField;
22 class java::text::SimpleDateFormat$CompiledField : public ::java::lang::Object
26 SimpleDateFormat$CompiledField(::java::text::SimpleDateFormat *, jint, jint, jchar);
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/text/
H A DSimpleDateFormat$CompiledField.h17 class SimpleDateFormat$CompiledField;
22 class java::text::SimpleDateFormat$CompiledField : public ::java::lang::Object
26 SimpleDateFormat$CompiledField(::java::text::SimpleDateFormat *, jint, jint, jchar);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/text/
H A DSimpleDateFormat$CompiledField.h17 class SimpleDateFormat$CompiledField;
22 class java::text::SimpleDateFormat$CompiledField : public ::java::lang::Object
26 SimpleDateFormat$CompiledField(::java::text::SimpleDateFormat *, jint, jint, jchar);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/text/
H A DSimpleDateFormat$CompiledField.h17 class SimpleDateFormat$CompiledField;
22 class java::text::SimpleDateFormat$CompiledField : public ::java::lang::Object
26 SimpleDateFormat$CompiledField(::java::text::SimpleDateFormat *, jint, jint, jchar);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/text/
H A DSimpleDateFormat$CompiledField.h17 class SimpleDateFormat$CompiledField;
22 class java::text::SimpleDateFormat$CompiledField : public ::java::lang::Object
26 SimpleDateFormat$CompiledField(::java::text::SimpleDateFormat *, jint, jint, jchar);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/text/
H A DSimpleDateFormat.java77 private class CompiledField class in SimpleDateFormat
105 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
305 CompiledField current = null; in compileFormat()
369 current = new CompiledField(field, 1, thisChar); in compileFormat()
707 if (o instanceof CompiledField) in formatWithAttribute()
709 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/text/
H A DSimpleDateFormat.java77 private class CompiledField class in SimpleDateFormat
105 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
305 CompiledField current = null; in compileFormat()
369 current = new CompiledField(field, 1, thisChar); in compileFormat()
707 if (o instanceof CompiledField) in formatWithAttribute()
709 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/text/
H A DSimpleDateFormat.java77 private class CompiledField class in SimpleDateFormat
105 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
305 CompiledField current = null; in compileFormat()
369 current = new CompiledField(field, 1, thisChar); in compileFormat()
707 if (o instanceof CompiledField) in formatWithAttribute()
709 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/text/
H A DSimpleDateFormat.java77 private class CompiledField class in SimpleDateFormat
105 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
305 CompiledField current = null; in compileFormat()
369 current = new CompiledField(field, 1, thisChar); in compileFormat()
707 if (o instanceof CompiledField) in formatWithAttribute()
709 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/text/
H A DSimpleDateFormat.java77 private class CompiledField class in SimpleDateFormat
105 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
305 CompiledField current = null; in compileFormat()
369 current = new CompiledField(field, 1, thisChar); in compileFormat()
707 if (o instanceof CompiledField) in formatWithAttribute()
709 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/text/
H A DSimpleDateFormat.java73 private class CompiledField class in SimpleDateFormat
101 public CompiledField(int f, int s, char c) in CompiledField() method in SimpleDateFormat.CompiledField
295 CompiledField current = null; in compileFormat()
359 current = new CompiledField(field, 1, thisChar); in compileFormat()
698 if (o instanceof CompiledField) in formatWithAttribute()
700 CompiledField cf = (CompiledField) o; in formatWithAttribute()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A DChangeLog-20054720 * java/text/SimpleDateFormat.java (CompiledField.toString):
4841 (CompiledField): Changed name of FieldSizePair class
4842 to CompiledField after adding the character as an
4845 (CompiledField.CompiledField(int,int,char)): Extended
4847 (CompiledField.getField()): New accessor method.
4848 (CompiledField.getSize()): New acceessor method.
4849 (CompiledField.getCharacter()): New accessor method.
4850 (CompiledField.toString()): Added primarily for debugging.
4852 (compileFormat(String)): Changed to use CompiledField.
4854 java.text.FieldPosition)): Changed to use CompiledField.
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A DChangeLog-20054720 * java/text/SimpleDateFormat.java (CompiledField.toString):
4841 (CompiledField): Changed name of FieldSizePair class
4842 to CompiledField after adding the character as an
4845 (CompiledField.CompiledField(int,int,char)): Extended
4847 (CompiledField.getField()): New accessor method.
4848 (CompiledField.getSize()): New acceessor method.
4849 (CompiledField.getCharacter()): New accessor method.
4850 (CompiledField.toString()): Added primarily for debugging.
4852 (compileFormat(String)): Changed to use CompiledField.
4854 java.text.FieldPosition)): Changed to use CompiledField.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A DChangeLog-20054720 * java/text/SimpleDateFormat.java (CompiledField.toString):
4841 (CompiledField): Changed name of FieldSizePair class
4842 to CompiledField after adding the character as an
4845 (CompiledField.CompiledField(int,int,char)): Extended
4847 (CompiledField.getField()): New accessor method.
4848 (CompiledField.getSize()): New acceessor method.
4849 (CompiledField.getCharacter()): New accessor method.
4850 (CompiledField.toString()): Added primarily for debugging.
4852 (compileFormat(String)): Changed to use CompiledField.
4854 java.text.FieldPosition)): Changed to use CompiledField.
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A DChangeLog-20054720 * java/text/SimpleDateFormat.java (CompiledField.toString):
4841 (CompiledField): Changed name of FieldSizePair class
4842 to CompiledField after adding the character as an
4845 (CompiledField.CompiledField(int,int,char)): Extended
4847 (CompiledField.getField()): New accessor method.
4848 (CompiledField.getSize()): New acceessor method.
4849 (CompiledField.getCharacter()): New accessor method.
4850 (CompiledField.toString()): Added primarily for debugging.
4852 (compileFormat(String)): Changed to use CompiledField.
4854 java.text.FieldPosition)): Changed to use CompiledField.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A DChangeLog-20054720 * java/text/SimpleDateFormat.java (CompiledField.toString):
4841 (CompiledField): Changed name of FieldSizePair class
4842 to CompiledField after adding the character as an
4845 (CompiledField.CompiledField(int,int,char)): Extended
4847 (CompiledField.getField()): New accessor method.
4848 (CompiledField.getSize()): New acceessor method.
4849 (CompiledField.getCharacter()): New accessor method.
4850 (CompiledField.toString()): Added primarily for debugging.
4852 (compileFormat(String)): Changed to use CompiledField.
4854 java.text.FieldPosition)): Changed to use CompiledField.
/dports/java/sablevm-classpath/sablevm-classpath-1.13/
H A DChangeLog24838 (CompiledField): Changed name of FieldSizePair class
24839 to CompiledField after adding the character as an
24842 (CompiledField.CompiledField(int,int,char)): Extended
24844 (CompiledField.getField()): New accessor method.
24845 (CompiledField.getSize()): New acceessor method.
24846 (CompiledField.getCharacter()): New accessor method.
24847 (CompiledField.toString()): Added primarily for debugging.
24849 (compileFormat(String)): Changed to use CompiledField.
24851 java.text.FieldPosition)): Changed to use CompiledField.
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/
H A DChangeLog-200531250 (CompiledField): Changed name of FieldSizePair class
31251 to CompiledField after adding the character as an
31254 (CompiledField.CompiledField(int,int,char)): Extended
31256 (CompiledField.getField()): New accessor method.
31257 (CompiledField.getSize()): New acceessor method.
31258 (CompiledField.getCharacter()): New accessor method.
31259 (CompiledField.toString()): Added primarily for debugging.
31261 (compileFormat(String)): Changed to use CompiledField.
31263 java.text.FieldPosition)): Changed to use CompiledField.
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/
H A DChangeLog-200531250 (CompiledField): Changed name of FieldSizePair class
31251 to CompiledField after adding the character as an
31254 (CompiledField.CompiledField(int,int,char)): Extended
31256 (CompiledField.getField()): New accessor method.
31257 (CompiledField.getSize()): New acceessor method.
31258 (CompiledField.getCharacter()): New accessor method.
31259 (CompiledField.toString()): Added primarily for debugging.
31261 (compileFormat(String)): Changed to use CompiledField.
31263 java.text.FieldPosition)): Changed to use CompiledField.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/
H A DChangeLog-200531250 (CompiledField): Changed name of FieldSizePair class
31251 to CompiledField after adding the character as an
31254 (CompiledField.CompiledField(int,int,char)): Extended
31256 (CompiledField.getField()): New accessor method.
31257 (CompiledField.getSize()): New acceessor method.
31258 (CompiledField.getCharacter()): New accessor method.
31259 (CompiledField.toString()): Added primarily for debugging.
31261 (compileFormat(String)): Changed to use CompiledField.
31263 java.text.FieldPosition)): Changed to use CompiledField.
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/
H A DChangeLog-200531250 (CompiledField): Changed name of FieldSizePair class
31251 to CompiledField after adding the character as an
31254 (CompiledField.CompiledField(int,int,char)): Extended
31256 (CompiledField.getField()): New accessor method.
31257 (CompiledField.getSize()): New acceessor method.
31258 (CompiledField.getCharacter()): New accessor method.
31259 (CompiledField.toString()): Added primarily for debugging.
31261 (compileFormat(String)): Changed to use CompiledField.
31263 java.text.FieldPosition)): Changed to use CompiledField.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/
H A DChangeLog-200531250 (CompiledField): Changed name of FieldSizePair class
31251 to CompiledField after adding the character as an
31254 (CompiledField.CompiledField(int,int,char)): Extended
31256 (CompiledField.getField()): New accessor method.
31257 (CompiledField.getSize()): New acceessor method.
31258 (CompiledField.getCharacter()): New accessor method.
31259 (CompiledField.toString()): Added primarily for debugging.
31261 (compileFormat(String)): Changed to use CompiledField.
31263 java.text.FieldPosition)): Changed to use CompiledField.
/dports/devel/mingw32-gcc/gcc-4.8.1/
H A DMD5SUMS57037 956cd36fc854771927f6b36183295059 libjava/classpath/lib/java/text/SimpleDateFormat$CompiledField.cl…
67328 e160f3b8e27233531778ee5ecb3e4261 libjava/java/text/SimpleDateFormat$CompiledField.h
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/
H A DMD5SUMS61854 956cd36fc854771927f6b36183295059 libjava/classpath/lib/java/text/SimpleDateFormat$CompiledField.cl…
72145 e160f3b8e27233531778ee5ecb3e4261 libjava/java/text/SimpleDateFormat$CompiledField.h
/dports/lang/gcc48/gcc-4.8.5/
H A DMD5SUMS57655 956cd36fc854771927f6b36183295059 libjava/classpath/lib/java/text/SimpleDateFormat$CompiledField.cl…
67946 e160f3b8e27233531778ee5ecb3e4261 libjava/java/text/SimpleDateFormat$CompiledField.h

12