Searched refs:_tk_fixed (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DTCKind.java215 public static final int _tk_fixed = 28; field in class:TCKind
408 * initialized with <code>TCKind._tk_fixed</code>.
410 public static final TCKind tk_fixed = new TCKind(_tk_fixed);
523 case _tk_fixed:
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.java64 kind == TCKind._tk_fixed ||
86 case TCKind._tk_fixed:
114 case TCKind._tk_fixed:
251 case TCKind._tk_fixed:
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTCUtility.java153 case TCKind._tk_fixed:
288 case TCKind._tk_fixed:
H A DTypeCodeImpl.java578 if (creationKind == TCKind._tk_fixed) {
735 case TCKind._tk_fixed:
961 if (myKind == TCKind._tk_fixed)
1213 case TCKind._tk_fixed:
1222 case TCKind._tk_fixed:
1375 case TCKind._tk_fixed:
1702 case TCKind._tk_fixed:
2006 case TCKind._tk_fixed:
2382 case TCKind._tk_fixed:
H A DAnyImpl.java337 case TCKind._tk_fixed:
419 case TCKind._tk_fixed:
1207 checkExtractBadOperation( TCKind._tk_fixed ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java300 new TypeCodeImpl(this, TCKind._tk_fixed),
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java243 return new TypeCodeImpl(this, TCKind._tk_fixed, digits, scale);
H A DORBImpl.java1053 return new TypeCodeImpl(this, TCKind._tk_fixed, digits, scale);

Completed in 52 milliseconds