Home
last modified time | relevance | path

Searched refs:firstPart (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp240 if (fIntervalPatterns[i].firstPart != fmt->fIntervalPatterns[i].firstPart) {return FALSE;} in operator ==()
362 if ( intervalPattern.firstPart.isEmpty() && in formatImpl()
376 if ( intervalPattern.firstPart.isEmpty() ) { in formatImpl()
398 fDateFormat->applyPattern(intervalPattern.firstPart); in formatImpl()
1058 const UnicodeString* firstPart, in setPatternInfo() argument
1073 if ( firstPart ) { in setPatternInfo()
1074 ptn.firstPart = *firstPart; in setPatternInfo()
1117 UnicodeString firstPart; in setIntervalPattern() local
1119 pattern->extract(0, splitPoint, firstPart); in setIntervalPattern()
1123 setPatternInfo(field, &firstPart, &secondPart, order); in setIntervalPattern()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h599 UnicodeString firstPart; member
962 const UnicodeString* firstPart,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1594 String firstPart = patternInfo.getFirstPart(); in TestTicket11583() local
1596 if (!matches(dateFormatPattern, firstPart, secondPart)) { in TestTicket11583()
1599 … + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583()
1602 … + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583()
1609 + "»\tintervalPattern1: «" + firstPart in TestTicket11583()
1628 private boolean matches(String dateFormatPattern, String firstPart, String secondPart) { in matches() argument
1632 if (firstPart.startsWith(dateFormatPattern.substring(0,i)) in matches()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1597 String firstPart = patternInfo.getFirstPart(); in TestTicket11583() local
1599 if (!matches(dateFormatPattern, firstPart, secondPart)) { in TestTicket11583()
1602 … + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583()
1605 … + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583()
1612 + "»\tintervalPattern1: «" + firstPart in TestTicket11583()
1631 private boolean matches(String dateFormatPattern, String firstPart, String secondPart) { in matches() argument
1635 if (firstPart.startsWith(dateFormatPattern.substring(0,i)) in matches()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs279 … string firstPart = firstPartLength == -1 ? name : name.Substring(0, firstPartLength); in LookupSymbol()
300 scopeToTry.Append(firstPart); in LookupSymbol()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DCheckYear.java203 boolean firstPart = true;
219 if (firstPart && firstComponents.contains(type)) {
220 firstPart = false;
224 if (firstPart) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java203 public PatternInfo(String firstPart, String secondPart, in PatternInfo() argument
205 fIntervalPatternFirstPart = firstPart; in PatternInfo()
820 String firstPart = intervalPattern.substring(0, splitPoint); in genPatternInfo() local
826 return new PatternInfo(firstPart, secondPart, laterDateFirst); in genPatternInfo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java206 public PatternInfo(String firstPart, String secondPart, in PatternInfo() argument
208 fIntervalPatternFirstPart = firstPart; in PatternInfo()
830 String firstPart = intervalPattern.substring(0, splitPoint); in genPatternInfo() local
836 return new PatternInfo(firstPart, secondPart, laterDateFirst); in genPatternInfo()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListUnits.java81 String firstPart = SEMI.split(currencyPattern).iterator().next(); in main() local
82 if (!currencyMatcher.reset(firstPart).matches()) { in main()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2239 final String firstPart; in lookupSymbol() local
2241 firstPart = name; in lookupSymbol()
2243 firstPart = name.substring(0, firstPartLength); in lookupSymbol()
2262 scopeToTry.append(firstPart); in lookupSymbol()