Searched refs:CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DisplayContext.java | 56 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2), enumConstant
|
D | RuleBasedNumberFormat.java | 1437 …pitalizationBrkIter == null && (context==DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in setContext() 1895 if ( capitalization==DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in adjustForContext()
|
D | RelativeDateTimeFormatter.java | 347 capitalizationContext == DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE ? in getInstance()
|
D | SimpleDateFormat.java | 947 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, enumConstant 1267 …pitalizationBrkIter == null && (context==DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in setContext() 1871 case CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE: in subFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 126 … (capitalizationContext == DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in format() 200 …pitalizationBrkIter == null && (context==DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in setContext()
|
D | LocaleDisplayNamesImpl.java | 202 … if (needBrkIter || capitalization == DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE) { in LocaleDisplayNamesImpl() 241 (capitalization==DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || in adjustForUsageAndContext()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 1052 …em( "da", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1056 …em( "da", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1060 …em( "da", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1064 …em( "da", DisplayContext.DIALECT_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1068 …em( "es", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1072 …em( "es", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1076 …em( "es", DisplayContext.STANDARD_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames() 1080 …em( "es", DisplayContext.DIALECT_NAMES, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestDisplayNames()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 160 DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE); in TestRelativeDateWithQuantityCaps() 475 DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE); in TestRelativeDateWithoutQuantityCaps() 733 DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE); in TestGetters() 737 DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, in TestGetters()
|
D | RbnfTest.java | 1462 …m( "sv", RuleBasedNumberFormat.SPELLOUT, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestContext() 1466 …m( "en", RuleBasedNumberFormat.SPELLOUT, DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, … in TestContext()
|
D | DateFormatTest.java | 4352 …new TestContextItem( "fr", "MMMM y", DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "Jui… in TestContext() 4357 …new TestContextItem( "cs", "LLLL y", DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "\u0… in TestContext() 4377 …new TestRelativeContextItem( "en", DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "Today… in TestContext() 4382 …new TestRelativeContextItem( "nb", DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "I dag… in TestContext()
|