blob: 6a362a3570856a5e3f23a50fec801ae2a05fc374 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2015, Google, Inc., International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.test.util;
import android.icu.util.LocaleMatcher.LanguageMatcherData;
import android.icu.testsharding.MainTestShard;
/**
* @author markdavis
*
*/
@MainTestShard
public class LocaleMatcherShim {
public static LanguageMatcherData load() {
// In CLDR, has different value
return null;
}
}