HomeSort by relevance Sort by last modified time
    Searched full:localized (Results 1 - 25 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR/en.lproj/
InfoPlist.strings 0 /* Localized versions of Info.plist keys */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/en.lproj/
InfoPlist.strings 0 /* Localized versions of Info.plist keys */
  /external/skia/experimental/FileReaderApp/English.lproj/
InfoPlist.strings 0 /* Localized versions of Info.plist keys */
  /development/ide/xcode/SampleCode/English.lproj/
InfoPlist.strings 0 /* Localized versions of Info.plist keys */
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
package.html 10 <p>Localized logging using the <a href="http://cal10n.qos.ch">CAL10N</a> API.</p>
  /frameworks/base/docs/html/ndk/downloads/
downloads_toc.cs 3 For each document available in translation, add an localized title to this TOC.
4 Do not add localized title for docs not available in translation.
5 Below are template spans for adding localized doc titles. Please ensure that
6 localized titles are added in the language order specified below.
  /external/mockito/src/org/mockito/internal/debugging/
Localized.java 10 public class Localized<T> {
15 public Localized(T object) {
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
LocLogger.java 37 * A logger specialized in localized logging. Localization is based in the <a
47 * Every localized message logged by a LocLogger will bear this marker. It
49 * localized messages.
51 static Marker LOCALIZED = MarkerFactory.getMarker("LOCALIZED");
64 * Log a localized message at the TRACE level.
79 ((LocationAwareLogger) logger).log(LOCALIZED, FQCN, LocationAwareLogger.TRACE_INT, translatedMsg, args, null);
81 logger.trace(LOCALIZED, translatedMsg, mpo);
86 * Log a localized message at the DEBUG level.
101 ((LocationAwareLogger) logger).log(LOCALIZED, FQCN, LocationAwareLogger.DEBUG_INT, translatedMsg, args, null)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
Localizable.java 31 * Get the source (non-localized) string.
37 * Get the localized string.
39 * @return localized string or the source string if no localized version is available
MessageFactory.java 23 * Class for constructing localized messages.
40 * @return a localized message string.
57 * @return a localized message string.
  /frameworks/base/docs/html/ndk/samples/
samples_toc.cs 3 For each document available in translation, add an localized title to this TOC.
4 Do not add localized title for docs not available in translation.
5 Below are template spans for adding localized doc titles. Please ensure that
6 localized titles are added in the language order specified below.
  /frameworks/base/core/res/res/raw-ar/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-ja/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-ko/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-ru/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-th/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-zh-rCN/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-zh-rTW/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java 29 { "Localized", "Localized message" }, };
  /external/libexif/libexif/
exif-byte-order.h 38 /*! Return a short, localized, textual name for the given byte order.
40 * \return localized textual name of the byte order
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 56 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100"
61 * Short localized GMT offset format, such as "GMT-5", "UTC+1:30"
242 * to the localized names coming from the {@link TimeZoneNames} currently
345 * Returns the localized GMT format pattern.
346 * @param pattern Receives the localized GMT format pattern.
354 * Sets the localized GMT format pattern. The pattern must contain
356 * @param pattern The localized GMT format pattern to be used by this object.
364 * Returns the offset pattern used for localized GMT format.
376 * @param pattern The offset pattern used for localized GMT format for the type.
384 * Returns the decimal digit characters used for localized GMT format
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyDisplayNames.java 16 * Returns currency names localized for a locale.
25 * localized for display in the provided locale. If there is no data for the
41 * localized for display in the provided locale. If there is no data for the
58 * localized for display in the provided locale. If noSubstitute is false,
76 * localized for display in the provided locale. If noSubstitute is false,
147 * Returns a mapping from localized symbols and currency codes to currency codes.
155 * Returns a mapping from localized names (standard and plural) to currency codes.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathThrowable.java 48 * @return localized message
53 * @return localized message
58 * @return localized message
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 11 import org.mockito.internal.debugging.Localized;
26 private Localized<VerificationMode> verificationMode;
43 verificationMode = new Localized(verify);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
HolidayBundle.java 15 // as the string key for looking up the localized name. This means

Completed in 2786 milliseconds

1 2 3 4 5 6 7 8 91011>>