Home
last modified time | relevance | path

Searched refs:aliasPath (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1868 String aliasPath = value.getAliasString(); in processAliasFromValue() local
1869 if (aliasPath.startsWith(CALENDAR_ALIAS_PREFIX) && in processAliasFromValue()
1870 aliasPath.length() > CALENDAR_ALIAS_PREFIX.length()) { in processAliasFromValue()
1871 int typeLimit = aliasPath.indexOf('/', CALENDAR_ALIAS_PREFIX.length()); in processAliasFromValue()
1873 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue()
1874 aliasRelativePath = aliasPath.substring(typeLimit + 1); in processAliasFromValue()
1893 throw new ICUException("Malformed 'calendar' alias. Path: " + aliasPath); in processAliasFromValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1910 String aliasPath = value.getAliasString(); in processAliasFromValue() local
1911 if (aliasPath.startsWith(CALENDAR_ALIAS_PREFIX) && in processAliasFromValue()
1912 aliasPath.length() > CALENDAR_ALIAS_PREFIX.length()) { in processAliasFromValue()
1913 int typeLimit = aliasPath.indexOf('/', CALENDAR_ALIAS_PREFIX.length()); in processAliasFromValue()
1915 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue()
1916 aliasRelativePath = aliasPath.substring(typeLimit + 1); in processAliasFromValue()
1935 throw new ICUException("Malformed 'calendar' alias. Path: " + aliasPath); in processAliasFromValue()
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1806 UnicodeString aliasPath(aliasPathUChar, aliasPathSize); in processAliasFromValue() local
1808 if (aliasPath.startsWith(kCalendarAliasPrefixUChar, aliasPrefixLength) in processAliasFromValue()
1809 && aliasPath.length() > aliasPrefixLength) { in processAliasFromValue()
1810 int32_t typeLimit = aliasPath.indexOf(SOLIDUS, aliasPrefixLength); in processAliasFromValue()
1813 aliasPath.tempSubStringBetween(aliasPrefixLength, typeLimit); in processAliasFromValue()
1814 aliasRelativePath.setTo(aliasPath, typeLimit + 1, aliasPath.length()); in processAliasFromValue()
Ddtitvinf.cpp257 const UnicodeString &aliasPath = value.getAliasUnicodeString(errorCode); in put() local
261 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java213 public static Alias make(String aliasPath) { in make() argument
214 int pos = aliasPath.indexOf("/alias"); in make()
216 String aliasParts = aliasPath.substring(pos + 6); in make()
217 String oldPath = aliasPath.substring(0, pos); in make()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...