Searched refs:aliasPath (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateFormatSymbols.java | 1770 String aliasPath = value.getAliasString(); in processAliasFromValue() local 1771 if (aliasPath.startsWith(CALENDAR_ALIAS_PREFIX) && in processAliasFromValue() 1772 aliasPath.length() > CALENDAR_ALIAS_PREFIX.length()) { in processAliasFromValue() 1773 int typeLimit = aliasPath.indexOf('/', CALENDAR_ALIAS_PREFIX.length()); in processAliasFromValue() 1775 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() 1776 aliasRelativePath = aliasPath.substring(typeLimit + 1); in processAliasFromValue() 1795 throw new ICUException("Malformed 'calendar' alias. Path: " + aliasPath); in processAliasFromValue()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 1828 String aliasPath = value.getAliasString(); in processAliasFromValue() local 1829 if (aliasPath.startsWith(CALENDAR_ALIAS_PREFIX) && in processAliasFromValue() 1830 aliasPath.length() > CALENDAR_ALIAS_PREFIX.length()) { in processAliasFromValue() 1831 int typeLimit = aliasPath.indexOf('/', CALENDAR_ALIAS_PREFIX.length()); in processAliasFromValue() 1833 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() 1834 aliasRelativePath = aliasPath.substring(typeLimit + 1); in processAliasFromValue() 1853 throw new ICUException("Malformed 'calendar' alias. Path: " + aliasPath); in processAliasFromValue()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtfmtsym.cpp | 1808 UnicodeString aliasPath(aliasPathUChar, aliasPathSize); in processAliasFromValue() local 1810 if (aliasPath.startsWith(kCalendarAliasPrefixUChar, aliasPrefixLength) in processAliasFromValue() 1811 && aliasPath.length() > aliasPrefixLength) { in processAliasFromValue() 1812 int32_t typeLimit = aliasPath.indexOf(SOLIDUS, aliasPrefixLength); in processAliasFromValue() 1815 aliasPath.tempSubStringBetween(aliasPrefixLength, typeLimit); in processAliasFromValue() 1816 aliasRelativePath.setTo(aliasPath, typeLimit + 1, aliasPath.length()); in processAliasFromValue()
|
D | dtitvinf.cpp | 256 const UnicodeString &aliasPath = value.getAliasUnicodeString(errorCode); in put() local 260 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtfmtsym.cpp | 1806 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()
|
D | dtitvinf.cpp | 257 const UnicodeString &aliasPath = value.getAliasUnicodeString(errorCode); in put() local 261 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 1800 UnicodeString aliasPath(aliasPathUChar, aliasPathSize); in processAliasFromValue() local 1802 if (aliasPath.startsWith(kCalendarAliasPrefixUChar, aliasPrefixLength) in processAliasFromValue() 1803 && aliasPath.length() > aliasPrefixLength) { in processAliasFromValue() 1804 int32_t typeLimit = aliasPath.indexOf(SOLIDUS, aliasPrefixLength); in processAliasFromValue() 1807 aliasPath.tempSubStringBetween(aliasPrefixLength, typeLimit); in processAliasFromValue() 1808 aliasRelativePath.setTo(aliasPath, typeLimit + 1, aliasPath.length()); in processAliasFromValue()
|
D | dtitvinf.cpp | 256 const UnicodeString &aliasPath = value.getAliasUnicodeString(errorCode); in put() local 260 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 454 String aliasPath = value.getAliasString(); in getAllChildrenWithFallback() local 455 … ICUResourceBundle aliasedResource = getAliasedResource(aliasPath, wholeBundle.loader, in getAllChildrenWithFallback()
|