HomeSort by relevance Sort by last modified time
    Searched full:fallbackkey (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/common/
serv.cpp 620 ICUServiceKey* fallbackKey = createKey(matchID, status);
629 if (fallbackKey != NULL) {
630 if (!fallbackKey->isFallbackOf(*id)) {
647 delete fallbackKey;
705 ICUServiceKey* fallbackKey = createKey(&id, status);
706 while (fallbackKey->fallback()) {
708 fallbackKey->currentID(us);
712 delete fallbackKey;
716 delete fallbackKey;
  /external/icu/icu4c/source/common/
serv.cpp 620 ICUServiceKey* fallbackKey = createKey(matchID, status);
629 if (fallbackKey != NULL) {
630 if (!fallbackKey->isFallbackOf(*id)) {
647 delete fallbackKey;
705 ICUServiceKey* fallbackKey = createKey(&id, status);
706 while (fallbackKey->fallback()) {
708 fallbackKey->currentID(us);
712 delete fallbackKey;
716 delete fallbackKey;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 233 * @param fallbackKey the fallback image to use if the primary key does not
236 * fallbackKey is null
239 public ImageDescriptor getImageDescriptor(@NonNull String key, @Nullable String fallbackKey) {
246 if (fallbackKey == null) {
249 id = getImageDescriptor(fallbackKey);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 229 milliseconds