Home | History | Annotate | Download | only in text

Lines Matching defs:shim

963     // shim so we can build without service code
972 private static NumberFormatShim shim;
975 // despite lack of synchronization, since the shim instance has no state--
977 // two shim instances, but they'll share the same state so that's ok.
978 if (shim == null) {
981 shim = (NumberFormatShim)cls.newInstance();
993 return shim;
1002 if (shim == null) {
1015 if (shim == null) {
1053 if (shim == null) {
1057 return shim.unregister(registryKey);
1356 // if (shim == null) {