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

1 2 34 5 6

  /external/icu/icu4c/source/tools/genrb/
read.c 21 #include "unicode/ustring.h"
42 struct UString *token,
45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
46 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
47 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
65 struct UString *token,
67 struct UString *comment,
120 struct UString *token,
321 struct UString *token,
377 struct UString *token
    [all...]
parse.cpp 45 #include "unicode/ustring.h"
87 struct UString value;
88 struct UString comment;
123 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
125 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
135 UString *value;
181 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
215 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 41 UString _subName;
70 UString _unchangedPart;
71 UString _changedPart;
74 UString GetNextName()
76 UString newName;
150 UString name;
160 const UString prefix = name.Left(dotPos + 1);
161 const UString ext = name.Ptr(dotPos + 1);
162 UString ext2 = ext;
223 const UString fullName = seqName.GetNextName();
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 45 static void ThrowError(const char *message, const UString &s1, const UString &s2)
47 UString m;
120 const UString &s1 = dirNames[dirIndices[i]];
121 const UString &s2 = dirNames[dirIndices[i + 1]];
131 const UString *prevHostName = NULL;
143 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;
81 UString filePath;
134 errorMessage = ((UString)L"Can not create output directory ") + fs2us(outDir);
181 int Find_FileName_InSortedVector(const UStringVector &fileName, const UString &name)
187 const UString &midValue = fileName[mid];
211 UString &errorMessage,
262 const UString &arcPath = arcPaths[i];
    [all...]
ArchiveCommandLine.cpp 62 static void AddNewLine(UString &s)
297 static bool ParseArchiveCommand(const UString &commandString, CArcCommand &command)
299 UString s = commandString;
323 const UString &name, bool include, NRecursedType::EEnum type, bool wildcardMatching)
340 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
351 UString val;
406 const UString &s = nonSwitchStrings[i];
437 UString Name;
452 const UString &s2, bool include,
    [all...]
LoadCodecs.cpp 64 UString pathU;
93 static void SplitString(const UString &srcString, UStringVector &destStrings)
96 UString s;
118 int CArcInfoEx::FindExtension(const UString &ext) const
126 void CArcInfoEx::AddExts(const UString &ext, const UString &addExt)
292 UInt32 index, PROPID propID, UString &res)
374 UString ext, addExt;
422 UString iconTypes;
428 const UString &s = pairs[i];
    [all...]
EnumDirItems.cpp 42 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
44 UString path;
56 const UString &s = Prefixes[i];
64 UString CDirItems::GetPhyPath(unsigned index) const
70 UString CDirItems::GetLogPath(unsigned index) const
84 unsigned CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
202 const UString &logPrefix,
307 UString reducedName = si.GetReducedName();
349 const UString name = fs2us(fi.Name);
    [all...]
HashCalc.cpp 92 UString name;
152 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
206 UString &errorInfo,
231 UString(),
275 UString path;
292 UString phyPath = dirItems.GetPhyPath(i);
  /external/lzma/CPP/Windows/
Shell.cpp 90 UString CDrop::QueryFileName(UINT fileIndex)
92 UString fileName;
153 UString s = L"all files";
240 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path)
254 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath)
299 LPCWSTR initialFolder, UString &resultPath)
301 UString displayName;
313 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
COM.h 50 UString GUIDToStringW(REFGUID guid);
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 52 UString name = nameSpec;
73 UString realName = name.Ptr(index);
116 UString name = names[i];
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 35 UString ErrorMessage;
102 bool showProgress, bool &isCorrupt, UString &errorMessage)
122 UString title;
  /external/lzma/CPP/Common/
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)
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.h 53 UString Password;
ExtractCallbackConsole.h 57 HRESULT SetPassword(const UString &password);
61 UString Password;
  /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 10 UString Ext;
12 // UString TypeName;
21 // UString TypeName;
42 int GetIconIndex(DWORD attrib, const wchar_t *fileName /* , UString *typeName */);
43 // int GetIconIndex(DWORD attrib, const UString &fileName);
ExtractCallback.h 70 UString Name;
219 HRESULT SetPassword(const UString &password);
245 UString _currentArchivePath;
248 UString _currentFilePath;
254 UString _filePath;
295 UString Password;
ProgressDialog2.cpp 107 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir)
169 void CProgressSync::Set_TitleFileName(const UString &fileName)
174 void CProgressSync::Set_Status(const UString &s)
180 void CProgressSync::Set_FilePath(const UString &path, bool isDir)
196 UString s;
212 UString s = NError::MyFormatMessage(systemError);
262 window.SetText((UString)s + MainTitle);
287 static void ReduceString(UString &s, unsigned size)
611 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged)
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 150 bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command)
152 UString s = commandString;
191 const UString &name, bool include, NRecursedType::EEnum type)
217 const UString &name, bool include, NRecursedType::EEnum type)
237 UString s = MultiByteToUnicodeString(args[i]);
277 UString arcPath = commandStrings.Front();
332 UString password;
399 UString errorMessage;
  /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,
240 MyMessageBox(s2 + UString(L'\n') + s);
246 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 66 static void PrintString(const UString &s)
142 UString Password;
210 UString _filePath; // name inside arcvhive
230 UString Password;
264 UString fullPath;
474 UString Name;
507 UString VolName;
508 UString VolExt;
514 UString Password;
663 UString res = temp;
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 197 const UString &command = nonSwitchStrings[paramIndex++];
205 const UString &s = parser[NKey::kDict].PostStrings[0];
218 const UString &s = parser[NKey::kLevel].PostStrings[0];
226 UString mf = L"BT4";
236 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
251 UString s = parser[NKey::kMethod].PostStrings[0];
306 const UString &inputName = nonSwitchStrings[paramIndex++];
328 const UString &outputName = nonSwitchStrings[paramIndex++];

Completed in 769 milliseconds

1 2 34 5 6