Home | History | Annotate | Download | only in text

Lines Matching defs:shim

790         // because in getBreakInstance we always instantiate the shim,
798 if (shim != null) {
806 return shim.unregister(key);
899 private static BreakIteratorServiceShim shim;
902 // despite lack of synchronization, since the shim instance has no state--
904 // two shim instances, but they'll share the same state so that's ok.
905 if (shim == null) {
908 shim = (BreakIteratorServiceShim)cls.newInstance();
923 return shim;