/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckConsistentCasing.java | 107 titlecase, lowercase, other; enumConstant 131 return titlecase; in from() 158 …titlecase_mismatchWarn(CasingType.titlecase, false), titlecase_mismatchErr(CasingType.titlecase, t… 276 long countUpper = counter.getCount(CasingType.titlecase); in getSamples() 284 type = CasingType.titlecase; in getSamples()
|
/external/icu/icu4c/source/data/translit/ |
D | el_Title.txt | 16 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | az_Title.txt | 14 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | tr_Title.txt | 14 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | lt_Title.txt | 18 # Otherwise all lowercase go to upper (titlecase stay as is)
|
D | Grek_Latn.txt | 99 # 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/rust/crates/unicode-width/scripts/ |
D | unicode.py | 92 old, iso, upcase, lowcase, titlecase ] = udict[code]
|
/external/rust/crates/unicode-segmentation/scripts/ |
D | unicode.py | 102 old, iso, upcase, lowcase, titlecase ] = udict[code];
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 610 boolean titlecase = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU; in newRow() 612 titlecase ? toTitleWholeStringNoLowercase(locale, tempName) : tempName; in newRow()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 614 boolean titlecase = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU; in newRow() 616 titlecase ? toTitleWholeStringNoLowercase(locale, tempName) : tempName; in newRow()
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2040 UBool titlecase = FALSE; in subFormat() local 2043 titlecase = TRUE; in subFormat() 2046 titlecase = fSymbols->fCapitalization[capContextUsageType][0]; in subFormat() 2049 titlecase = fSymbols->fCapitalization[capContextUsageType][1]; in subFormat() 2055 if (titlecase) { in subFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2072 boolean titlecase = false; in subFormat() 2075 titlecase = true; in subFormat() 2081 … titlecase = (capitalizationContext==DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU)? in subFormat() 2088 if (titlecase) { in subFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SimpleDateFormat.java | 2060 boolean titlecase = false; in subFormat() 2063 titlecase = true; in subFormat() 2069 … titlecase = (capitalizationContext==DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU)? in subFormat() 2076 if (titlecase) { in subFormat()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/ |
D | syntax.txt | 204 Lt titlecase letter
|
/external/python/cpython3/Doc/library/ |
D | stdtypes.rst | 1514 The first character is now put into titlecase rather than uppercase. 2122 >>> def titlecase(s): 2127 >>> titlecase("they're bill's friends.") 2155 titlecase). 3204 Return ``True`` if the sequence is ASCII titlecase and the sequence is not 3206 definition of "titlecase". 3338 >>> def titlecase(s): 3344 >>> titlecase(b"they're bill's friends.") 5217 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecase).
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 107 Change str.capitalize to use titlecase for the first character instead of
|
/external/python/cpython2/Doc/library/ |
D | stdtypes.rst | 1342 >>> def titlecase(s): 1348 >>> titlecase("they're bill's friends.") 1386 character(s) is not "Lu" (Letter, uppercase), but e.g. "Lt" (Letter, titlecase). 3204 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecase).
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 310 * *Lt* - titlecase letters
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 134 Return ``1`` or ``0`` depending on whether *ch* is a titlecase character.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 690 Fix titlecase for characters that are their own titlecase, but not their own
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 289 Return ``1`` or ``0`` depending on whether *ch* is a titlecase character.
|