HomeSort by relevance Sort by last modified time
    Searched refs:UString (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/lzma/CPP/Common/
StdOutStream.h 52 void PrintUString(const UString &s, AString &temp);
60 void StdOut_Convert_UString_to_AString(const UString &s, AString &temp);
ListFileUtils.cpp 16 static void AddName(UStringVector &strings, UString &s)
38 UString u;
99 UString s;
StdOutStream.cpp 63 void StdOut_Convert_UString_to_AString(const UString &s, AString &temp)
74 void CStdOutStream::PrintUString(const UString &s, AString &temp)
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 209 NumProc = OutBuf->Copy(OutBuf, gMD->UString, UNICODE_STRING_MAX-1);
210 gMD->UString[NumProc] = 0; // Ensure that the buffer is terminated
214 NumProc = filp->f_ops->fo_write(filp, NULL, NumProc, gMD->UString);
223 NumProc = (ssize_t)EstimateWtoM((const wchar_t *)gMD->UString, UNICODE_STRING_MAX * sizeof(wchar_t), &CharLen);
227 NumProc = wcstombs(MbcsPtr, (const wchar_t *)gMD->UString, NumProc);
293 NumWritten = OutBuf->Copy(OutBuf, gMD->UString, UNICODE_STRING_MAX-1);
294 gMD->UString[NumWritten] = 0; // Ensure that the buffer is terminated
303 NumWritten = filp->f_ops->fo_write(filp, NULL, NumWritten, gMD->UString);
309 NumProc = (ssize_t)EstimateWtoM((const wchar_t *)gMD->UString, UNICODE_STRING_MAX * sizeof(wchar_t), NULL);
312 NumWritten = wcstombs(MbcsPtr, (const wchar_t *)gMD->UString, NumProc);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
read.c 23 #include "unicode/ustring.h"
44 struct UString *token,
47 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
48 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
49 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
67 struct UString *token,
69 struct UString *comment,
122 struct UString *token,
323 struct UString *token,
379 struct UString *token
    [all...]
parse.cpp 47 #include "unicode/ustring.h"
89 struct UString value;
90 struct UString comment;
125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
137 UString *value;
183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status
    [all...]
  /external/lzma/CPP/Windows/
FileName.cpp 53 void NormalizeDirPathPrefix(UString &dirPath)
349 static bool GetCurDir(UString &path)
372 static bool ResolveDotsFolders(UString &s)
544 static bool GetSuperPathBase(CFSTR s, UString &res)
566 UString temp = fs2us(s);
571 UString rem = &temp[fixedSize];
588 UString temp = fs2us(s + 2);
595 UString rem = &temp[fixedSize];
609 UString temp = fs2us(s);
613 UString rem = temp.Ptr(prefixSize);
    [all...]
Shell.cpp 90 UString CDrop::QueryFileName(UINT fileIndex)
92 UString fileName;
156 UString s = L"all files";
245 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path)
260 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath)
305 LPCWSTR initialFolder, UString &resultPath)
307 UString displayName;
319 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 45 static void ThrowError(const char *message, const UString &s1, const UString &s2)
47 UString m;
121 const UString &s1 = dirNames[dirIndices[i]];
122 const UString &s2 = dirNames[dirIndices[i + 1]];
132 const UString *prevHostName = NULL;
144 const UString *name = NULL;
Extract.cpp 31 UString &errorMessage,
42 UString replaceName = arc.DefaultName;
57 UString elimPrefix; // only pure name without dir delimiter
62 UString dirPrefix;
109 const UString &s =
218 int Find_FileName_InSortedVector(const UStringVector &fileName, const UString &name)
224 const UString &midValue = fileName[mid];
248 UString &errorMessage,
300 const UString &arcPath = arcPaths[i];
330 UString s = arcPath.Ptr(pos + 1);
    [all...]
ArchiveCommandLine.cpp 329 static bool ParseArchiveCommand(const UString &commandString, CArcCommand &command)
331 UString s = commandString;
355 const UString &name, bool include, NRecursedType::EEnum type, bool wildcardMatching)
372 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
383 UString val;
438 const UString &s = nonSwitchStrings[i];
469 UString Name;
484 const UString &s2, bool include,
488 UString s = s2;
    [all...]
EnumDirItems.cpp 79 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
81 UString path;
95 const UString &s = Prefixes[i];
109 UString CDirItems::GetLogPath(unsigned index) const
123 unsigned CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
254 const UString &logPrefix,
361 UString reducedName = si.GetReducedName();
404 const UString name = fs2us(fi.Name);
483 const UString &name = item.PathParts.Front();
    [all...]
LoadCodecs.cpp 108 UString pathU;
137 static void SplitString(const UString &srcString, UStringVector &destStrings)
140 UString s;
162 int CArcInfoEx::FindExtension(const UString &ext) const
170 void CArcInfoEx::AddExts(const UString &ext, const UString &addExt)
342 UInt32 index, PROPID propID, UString &res)
424 UString ext, addExt;
604 UString e, ae;
677 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const
    [all...]
ArchiveOpenCallback.cpp 79 bool IsSafePath(const UString &path);
93 UString name2 = name;
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 41 UString _subName;
70 UString _unchangedPart;
71 UString _changedPart;
74 bool GetNextName(UString &s)
135 UString name;
145 const UString prefix = name.Left(dotPos + 1);
146 const UString ext = name.Ptr(dotPos + 1);
147 UString ext2 = ext;
212 UString fullName;
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 35 UString ErrorMessage;
101 bool showProgress, bool &isCorrupt, UString &errorMessage)
121 UString title;
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 55 UString name = nameSpec;
85 UString realName = name.Ptr(index);
103 return _filterMethod.ParseMethodFromPROPVARIANT(UString(), value);
130 UString name = names[i];
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.h 82 UString _title;
116 UString MainTitle;
117 UString MainAddTitle;
136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
SysIconUtils.h 14 UString Ext;
16 // UString TypeName;
25 // UString TypeName;
46 int GetIconIndex(DWORD attrib, const wchar_t *fileName /* , UString *typeName */);
47 // int GetIconIndex(DWORD attrib, const UString &fileName);
ExtractCallback.cpp 149 HRESULT CExtractCallbackImp::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password)
230 const UString *msg = &_lang_Empty;
265 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s)
318 UString msg;
319 UString msgOld;
364 UString s;
386 UString s;
431 UString HResultToMessage(HRESULT errorCode);
448 static void AddNewLineString(UString &s, const UString &m)
    [all...]
ProgressDialog2.cpp 172 void CProgressSync::Set_TitleFileName(const UString &fileName)
178 void CProgressSync::Set_Status(const UString &s)
184 HRESULT CProgressSync::Set_Status2(const UString &s, const wchar_t *path, bool isDir)
217 UString s;
233 UString s = NError::MyFormatMessage(systemError);
283 window.SetText((UString)s + MainTitle);
308 static void ReduceString(UString &s, unsigned size)
632 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged)
877 UString s = _status;
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 38 HRESULT SetSolidFromString(const UString &s);
131 UString _password;
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 71 UString _tempU;
73 UString _currentName;
UpdateCallbackConsole.h 53 UString _tempU;
100 UString Password;
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 41 static void AddValuePair(UString &s, UINT resourceID, UInt64 value, bool addColon = true)
53 static void AddSizePair(UString &s, UINT resourceID, UInt64 value)
90 UString Title;
112 UString s;
134 AddHashBundleRes(s, *HashBundle, UString());
234 UString s = GetUnicodeString(NError::MyFormatMessage(GetLastError()));
235 UString s2 = MyFormatNew(IDS_CANNOT_CREATE_FOLDER,
248 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING);

Completed in 464 milliseconds

1 2 34 5 6 7