Home
last modified time | relevance | path

Searched refs:titlecase (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/data/translit/
Del_Title.txt15 # Otherwise all lowercase go to upper (titlecase stay as is)
Daz_Title.txt13 # Otherwise all lowercase go to upper (titlecase stay as is)
Dtr_Title.txt13 # Otherwise all lowercase go to upper (titlecase stay as is)
Dlt_Title.txt17 # Otherwise all lowercase go to upper (titlecase stay as is)
DGrek_Latn.txt98 # titlecase, have to fix individually
/external/icu/icu4c/source/test/testdata/
Dcasing.txt42 …{ "ʻaMeLikA huI Pū ʻʻʻiA", "ʻAmelika Hui Pū ʻʻʻIa", "", "-1", "" }, // titlecase first _cased_ let…
/external/icu/icu4c/source/data/unidata/
DSpecialCasing.txt63 # 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/tests/android/icu/dev/data/unicode/
DSpecialCasing.txt63 # 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/
DSpecialCasing.txt63 # 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/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java604 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/android_icu4j/src/main/java/android/icu/impl/
DLocaleDisplayNamesImpl.java608 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/icu4c/source/i18n/
Dsmpdtfmt.cpp1965 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/
DSimpleDateFormat.java2028 boolean titlecase = false; in subFormat()
2031 titlecase = true; in subFormat()
2037titlecase = (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/
DSimpleDateFormat.java2018 boolean titlecase = false; in subFormat()
2021 titlecase = true; in subFormat()
2027titlecase = (capitalizationContext==DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU)? in subFormat()
2034 if (titlecase) { in subFormat()
/external/regex-re2/doc/
Dsyntax.txt200 Lt titlecase letter
/external/python/cpython2/Doc/library/
Dstdtypes.rst1336 >>> def titlecase(s):
1342 >>> titlecase("they're bill's friends.")
1380 character(s) is not "Lu" (Letter, uppercase), but e.g. "Lt" (Letter, titlecase).
3202 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecase).
/external/icu/tools/srcgen/resources/
Dreplacements.txt72 * Another example: There is no "istitle()" class for titlecase characters.
/external/python/cpython2/Doc/c-api/
Dunicode.rst134 Return ``1`` or ``0`` depending on whether *ch* is a titlecase character.
/external/python/cpython2/Misc/
DNEWS7491 - Issue #4971: Fix titlecase for characters that are their own titlecase, but