Searched refs:titlecase (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/data/translit/ |
D | el_Title.txt | 15 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | tr_Title.txt | 13 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | az_Title.txt | 13 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | lt_Title.txt | 17 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | Grek_Latn.txt | 98 # titlecase, have to fix individually
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 42 …{ "ʻaMeLikA huI Pū ʻʻʻiA", "ʻAmelika Hui Pū ʻʻʻIa", "", "-1", "" }, // titlecase first _cased_ let…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 63 # Note: the titlecase should never occur in practice. It is equal to titlecase(uppercase(<es-zed>)) 128 # Note: characters with PROSGEGRAMMENI are actually titlecase, not uppercase! 235 # Remove DOT ABOVE after "i" with upper or titlecase
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 63 # Note: the titlecase should never occur in practice. It is equal to titlecase(uppercase(<es-zed>)) 128 # Note: characters with PROSGEGRAMMENI are actually titlecase, not uppercase! 235 # Remove DOT ABOVE after "i" with upper or titlecase
|
/external/icu/icu4c/source/data/unidata/ |
D | SpecialCasing.txt | 63 # Note: the titlecase should never occur in practice. It is equal to titlecase(uppercase(<es-zed>)) 128 # Note: characters with PROSGEGRAMMENI are actually titlecase, not uppercase! 235 # Remove DOT ABOVE after "i" with upper or titlecase
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 608 boolean titlecase = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU; in newRow() 609 … String nameInDisplayLocale = titlecase ? UCharacter.toTitleFirst(locale, tempName) : tempName; in newRow()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 604 boolean titlecase = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU; in newRow() 605 … String nameInDisplayLocale = titlecase ? UCharacter.toTitleFirst(locale, tempName) : tempName; in newRow()
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1965 UBool titlecase = FALSE; in subFormat() local 1968 titlecase = TRUE; in subFormat() 1971 titlecase = fSymbols->fCapitalization[capContextUsageType][0]; in subFormat() 1974 titlecase = fSymbols->fCapitalization[capContextUsageType][1]; in subFormat() 1980 if (titlecase) { in subFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2028 boolean titlecase = false; in subFormat() 2031 titlecase = true; in subFormat() 2037 … titlecase = (capitalizationContext==DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU)? in subFormat() 2044 if (titlecase) { in subFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SimpleDateFormat.java | 2018 boolean titlecase = false; in subFormat() 2021 titlecase = true; in subFormat() 2027 … titlecase = (capitalizationContext==DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU)? in subFormat() 2034 if (titlecase) { in subFormat()
|
/external/regex-re2/doc/ |
D | syntax.txt | 200 Lt titlecase letter
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 72 * Another example: There is no "istitle()" class for titlecase characters.
|