HomeSort by relevance Sort by last modified time
    Searched refs:Locale (Results 1151 - 1175 of 1279) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/icu/source/i18n/
translit.cpp 709 * display to the user in the default locale. See {@link
710 * #getDisplayName(Locale)} for details.
714 return getDisplayName(ID, Locale::getDefault(), result);
719 * display to the user in the given locale. This name is taken
720 * from the locale resource data in the standard manner of the
731 * @param inLocale the Locale in which the display name should be
736 const Locale& inLocale,
775 // We have failed to get a name from the locale data. This is
778 // pattern from the locale data and to use it to synthesize the
    [all...]
udat.cpp 88 const char *locale,
100 if(locale == 0) {
107 Locale(locale));
113 if(locale == 0) {
117 fmt = new SimpleDateFormat(pat, Locale(locale), *status);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 537 Locale.getDefault(), name);
839 SimpleDateFormat *fmt = new SimpleDateFormat("z", Locale::getUS(), status);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 36 import java.util.Locale;
412 String item = getItem(i).toUpperCase(Locale.ENGLISH);
  /external/icu4c/i18n/
translit.cpp 706 * display to the user in the default locale. See {@link
707 * #getDisplayName(Locale)} for details.
711 return getDisplayName(ID, Locale::getDefault(), result);
716 * display to the user in the given locale. This name is taken
717 * from the locale resource data in the standard manner of the
728 * @param inLocale the Locale in which the display name should be
733 const Locale& inLocale,
772 // We have failed to get a name from the locale data. This is
775 // pattern from the locale data and to use it to synthesize the
    [all...]
udat.cpp 125 const char *locale,
137 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
143 if(locale == 0) {
150 Locale(locale));
156 if(locale == 0) {
160 fmt = new SimpleDateFormat(pat, Locale(locale), *status);
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 541 Locale.getDefault(), name);
843 SimpleDateFormat *fmt = new SimpleDateFormat("z", Locale::getUS(), status);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 123 * @param language - the new Locale value of the language
126 public AcceptLanguageHeader createAcceptLanguageHeader(Locale language) {
370 * @param contentLanguage - the new Locale value of the contentLanguage.
374 public ContentLanguageHeader createContentLanguageHeader(Locale contentLanguage) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 67 import java.util.Locale;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 40 import java.util.Locale;
476 return new BluetoothDevice(String.format(Locale.US, "%02X:%02X:%02X:%02X:%02X:%02X",
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 43 import java.util.Locale;
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 45 import java.util.Locale;
213 // Set the default layout direction to match the default locale one
214 final Locale locale = mContext.getResources().getConfiguration().locale; local
215 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 56 import java.util.Locale;
269 final int direction = TextUtils.getLayoutDirectionFromLocale(Locale.getDefault());
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 59 import java.util.Locale;
254 String addrString = String.format(Locale.US, "%02X:%02X:%02X:%02X:%02X:%02X",
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 42 import java.util.Locale;
193 // Set the default layout direction to match the default locale one
194 final Locale locale = mContext.getResources().getConfiguration().locale; local
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 32 import java.util.Locale;
798 return type + '.' + algorithm.toUpperCase(Locale.US);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 49 import java.util.Locale;
273 String locationString = String.format(Locale.getDefault(), "%f, %f", mLatitude,
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 47 import java.util.Locale;
344 SHORT_DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd", Locale.US);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 61 import java.util.Locale;
110 private Formatter mFormatter = new Formatter(mFormatBuilder, Locale.getDefault());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 57 import java.util.Locale;
632 final String locale = local
634 final String destinationFile = getTempFileName(context, locale);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 46 import java.util.Locale;
289 // Null means the current system locale.
290 final Locale locale = SubtypeLocaleUtils.isNoLanguage(params.mId.mSubtype) local
292 job.runInLocale(mResources, locale);
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 49 import java.util.Locale;
224 String.format(Locale.US, "%1$.2f", diag)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 66 import java.util.Locale;
653 value = value.toLowerCase(Locale.US);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 58 import java.util.Locale;
219 fillTypes.put(pref.toString().toLowerCase(Locale.US), pref);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 92 import java.util.Locale;
434 // the convention for layouts (and use Locale.US to ensure that "Image" becomes
436 defaultName = id.substring(id.indexOf('/') + 1).toLowerCase(Locale.US);

Completed in 1486 milliseconds

<<41424344454647484950>>