Searched refs:registryKey (Results 1 - 14 of 14) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrencyServiceShim.java56 boolean unregister(Object registryKey) { argument
57 return service.unregisterFactory((Factory)registryKey);
H A DCurrency.java366 * @param registryKey the registry key returned from registerInstance
370 public static boolean unregister(Object registryKey) { argument
371 if (registryKey == null) {
372 throw new IllegalArgumentException("registryKey must not be null");
377 return shim.unregister(registryKey);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyServiceShim.java55 boolean unregister(Object registryKey) { argument
56 return service.unregisterFactory((Factory)registryKey);
H A DCurrency.java379 * @param registryKey the registry key returned from registerInstance
383 public static boolean unregister(Object registryKey) { argument
384 if (registryKey == null) {
385 throw new IllegalArgumentException("registryKey must not be null");
390 return shim.unregister(registryKey);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormatServiceShim.java75 boolean unregister(Object registryKey) { argument
76 return service.unregisterFactory((Factory)registryKey);
H A DCollatorServiceShim.java97 boolean unregister(Object registryKey) { argument
98 return service.unregisterFactory((Factory)registryKey);
H A DNumberFormat.java971 * @param registryKey a key obtained from registerFactory
975 public static boolean unregister(Object registryKey) { argument
976 if (registryKey == null) {
977 throw new IllegalArgumentException("registryKey must not be null");
984 return shim.unregister(registryKey);
H A DCollator.java865 * @param registryKey the object previously returned by registerInstance.
869 public static final boolean unregister(Object registryKey) { argument
873 return shim.unregister(registryKey);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormatServiceShim.java74 boolean unregister(Object registryKey) { argument
75 return service.unregisterFactory((Factory)registryKey);
H A DNumberFormat.java1044 * @param registryKey a key obtained from registerFactory
1048 public static boolean unregister(Object registryKey) { argument
1049 if (registryKey == null) {
1050 throw new IllegalArgumentException("registryKey must not be null");
1057 return shim.unregister(registryKey);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollatorServiceShim.java96 boolean unregister(Object registryKey) { argument
97 return service.unregisterFactory((Factory)registryKey);
H A DCollator.java897 * @param registryKey the object previously returned by registerInstance.
901 public static final boolean unregister(Object registryKey) { argument
905 return shim.unregister(registryKey);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 254 milliseconds