HomeSort by relevance Sort by last modified time
    Searched defs:Title (Results 26 - 50 of 55) sorted by null

12 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MdeModuleHii.h 81 EFI_STRING_ID Title; ///< The string token for the banner title.
  /external/llvm/lib/Option/
OptTable.cpp 333 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
336 OS << Title << ":\n";
384 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
386 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
391 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
394 OS << "OVERVIEW: " << Title << "\n";
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 431 // ToTitle returns a copy of the byte slice s with all Unicode letters mapped to their title case.
447 // title case, giving priority to the special casing rules.
477 // Title returns a copy of s with all Unicode letters that begin words
478 // mapped to their title case.
480 // BUG(rsc): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
481 func Title(s []byte) []byte {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 452 // ToTitle returns a copy of the string s with all Unicode letters mapped to their title case.
468 // title case, giving priority to the special casing rules.
498 // Title returns a copy of the string s with all Unicode letters that begin words
499 // mapped to their title case.
501 // BUG(rsc): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
502 func Title(s string) string {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 431 // ToTitle returns a copy of the byte slice s with all Unicode letters mapped to their title case.
447 // title case, giving priority to the special casing rules.
477 // Title returns a copy of s with all Unicode letters that begin words
478 // mapped to their title case.
480 // BUG(rsc): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
481 func Title(s []byte) []byte {
  /prebuilts/go/linux-x86/src/strings/
strings.go 452 // ToTitle returns a copy of the string s with all Unicode letters mapped to their title case.
468 // title case, giving priority to the special casing rules.
498 // Title returns a copy of the string s with all Unicode letters that begin words
499 // mapped to their title case.
501 // BUG(rsc): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
502 func Title(s string) string {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 60 char *Title;
965 Drv->Title = malloc (StrSize (This->ConfigString));
966 UnicodeStrToAsciiStr (This->ConfigString, Drv->Title);
967 XStoreName (Drv->display, Drv->win, Drv->Title);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 136 UString Title;
184 if (!Title.IsEmpty())
185 SetText(Title);
809 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath)
818 return NShell::BrowseForFolder(owner, title, path, resultPath);
826 if (title)
827 dialog.Title = title;
838 bool MyBrowseForFile(HWND owner, LPCWSTR title, LPCWSTR path,
849 if (MyGetOpenFileName(owner, title, NULL, path, filterDescription, filter, resultPath))
    [all...]
ProgressDialog2.h 20 UString Title;
262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
304 HRESULT Create(const UString &title, HWND parentWindow = 0);
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 124 void CScript_HostPseudoModel::Title(CFXJSE_Value* pValue,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 391 STRING_REF Title; ///< The string token for the banner title.
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 412 STRING_REF Title; // The string token for the banner title
  /external/llvm/tools/sancov/
sancov.cc     [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go     [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
annotations.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 652 CHAR Title[MAX_TITLE_LEN];
661 WCHAR Title[MAX_TITLE_LEN];
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/
aws-java-sdk-servicecatalog-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
uast-162.2228.14.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 

Completed in 516 milliseconds

12 3