HomeSort by relevance Sort by last modified time
    Searched refs:UString (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/lzma/CPP/Windows/
FileName.cpp 21 void NormalizeDirPathPrefix(UString &dirPath)
32 void SplitNameToPureNameAndExtension(const UString &fullName,
33 UString &pureName, UString &extensionDelimiter, UString &extension)
FileDir.h 14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2);
20 bool MyGetWindowsDirectory(UString &path);
21 bool MyGetSystemDirectory(UString &path);
41 bool RemoveDirectoryWithSubItems(const UString &path);
47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
58 bool GetOnlyName(LPCWSTR fileName, UString &resultName);
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 19 UString Password;
UserInputUtils.h 22 UString GetPassword(CStdOutStream *outStream);
List.h 15 bool &passwordEnabled, UString &password,
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.h 47 struct UString *token,
49 struct UString *comment,
ustr.c 21 #include "unicode/ustring.h"
26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
32 ustr_init(struct UString *s)
39 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status)
70 ustr_deinit(struct UString *s)
80 ustr_cpy(struct UString *dst,
81 const struct UString *src,
101 ustr_setlen(struct UString *s,
119 ustr_cat(struct UString *dst,
120 const struct UString *src
    [all...]
  /external/icu/icu4c/source/tools/genrb/
read.h 47 struct UString *token,
49 struct UString *comment,
ustr.c 21 #include "unicode/ustring.h"
26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
32 ustr_init(struct UString *s)
39 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status)
70 ustr_deinit(struct UString *s)
80 ustr_cpy(struct UString *dst,
81 const struct UString *src,
101 ustr_setlen(struct UString *s,
119 ustr_cat(struct UString *dst,
120 const struct UString *src
    [all...]
reslist.h 26 #include "unicode/ustring.h"
66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
131 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
147 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
155 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
166 struct UString fComment
    [all...]
  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp 14 static bool MakeAutoName(const UString &name,
15 const UString &extension, unsigned value, UString &path)
25 bool AutoRenamePath(UString &fullProcessedPath)
27 UString path;
36 UString name, extension;
MethodId.cpp 13 UString ConvertMethodIdToString(UInt64 id)
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.h 24 virtual HRESULT Open_GetPasswordIfAny(UString &password) x; \
80 UString _folderPrefix;
83 UString _subArchiveName;
91 void Init(const UString &folderPrefix, const UString &fileName)
100 int FindName(const UString &name);
OpenArchive.h 21 UString Path;
22 UString DefaultName;
27 UString ErrorMessage;
31 HRESULT GetItemPath(UInt32 index, UString &result) const;
70 const UString &filePath,
78 const UString &filePath,
83 const UString &filePath,
ArchiveCommandLine.h 67 UString ArchiveName;
71 UString Password;
78 UString OutputDir;
85 UString ArcType;
92 UString Method;
LoadCodecs.h 33 UString Ext;
34 UString AddExt;
36 CArcExtInfo(const UString &ext): Ext(ext) {}
37 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
51 UString Name;
61 UString GetMainExt() const
64 return UString();
67 int FindExtension(const UString &ext) const
74 UString GetAllExtensions() const
    [all...]
ZipRegistry.h 36 UString Method;
37 UString Options;
38 UString EncryptionMethod;
55 UString ArcType;
79 UString Path;
EnumDirItems.cpp 26 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
28 UString path;
40 const UString &s = Prefixes[i];
48 UString CDirItems::GetPhyPath(int index) const
54 UString CDirItems::GetLogPath(int index) const
68 int CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
82 void CDirItems::EnumerateDirectory(int phyParent, int logParent, const UString &phyPrefix,
101 const UString name2 = fi.Name + (wchar_t)kDirDelimiter;
108 void CDirItems::EnumerateDirItems2(const UString &phyPrefix, const UString &logPrefix,
    [all...]
PropIDUtils.cpp 51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)
65 return UString();
93 UString res;
114 res = UString(temp) + L' ' + res;
  /external/lzma/CPP/Common/
Wildcard.cpp 24 static const UString kWildCardCharSet = L"?*";
26 static const UString kIllegalWildCardFileNameChars=
41 int CompareFileNames(const UString &s1, const UString &s2)
87 void SplitPathToParts(const UString &path, UStringVector &pathParts)
90 UString name;
108 void SplitPathToParts(const UString &path, UString &dirPrefix, UString &name)
118 UString ExtractDirPrefixFromPath(const UString &path)
    [all...]
StringConvert.cpp 12 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage)
14 UString resultString;
27 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
46 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage)
64 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage)
66 UString resultString;
80 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage)
CommandLineParser.cpp 9 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2)
31 void SplitCommandLine(const UString &s, UStringVector &parts)
33 UString sTemp = s;
38 UString s1, s2;
77 const UString &s = commandStrings[i];
91 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms)
112 UString temp = s + pos;
149 UString set = switchForm.PostCharSet;
    [all...]
StdInStream.h 24 UString ScanUStringUntilNewLine();
ListFileUtils.cpp 13 static void RemoveQuote(UString &s)
39 UString u;
55 UString t;
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 14 UString MethodName;
24 HRESULT SetSolidSettings(const UString &s);
54 HRESULT SetParam(COneMethodInfo &oneMethodInfo, const UString &name, const UString &value);
55 HRESULT SetParams(COneMethodInfo &oneMethodInfo, const UString &srcString);

Completed in 406 milliseconds

12 3 4 5