HomeSort by relevance Sort by last modified time
    Searched full:ustring (Results 26 - 50 of 684) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/Windows/
PropVariantConversions.h 10 UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true);
11 UString ConvertPropVariantToString(const PROPVARIANT &prop);
FileName.cpp 21 void NormalizeDirPathPrefix(UString &dirPath)
32 void SplitNameToPureNameAndExtension(const UString &fullName,
33 UString &pureName, UString &extensionDelimiter, UString &extension)
  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 12 static UString CreateArchiveName2(const UString &srcName, bool fromPrev, bool keepName)
14 UString resultName = L"Archive";
17 UString dirPrefix;
42 UString archiveName2 = resultName.Left(dotPos);
51 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName)
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,
PropIDUtils.h 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
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);
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...]
WorkDir.cpp 16 UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path)
23 UString prefix = path.Left(3);
47 UString tempDir = workDirInfo.Path;
53 UString tempDir;
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...]
  /external/chromium_org/third_party/icu/source/test/letest/
letsutil.cpp 30 char *getCString(const UnicodeString *uString)
32 if (uString == NULL) {
36 le_int32 uLength = uString->length();
37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
40 uString->extract(0, uLength, cString, cLength, US_INV);
52 const UnicodeString ustring(uChars);
54 return getCString(&ustring);
57 char *getUTF8String(const UnicodeString *uString)
59 if (uString == NULL) {
63 le_int32 uLength = uString->length()
    [all...]
letsutil.h 30 char *getCString(const UnicodeString *uString);
32 char *getUTF8String(const UnicodeString *uString);
  /external/icu4c/test/letest/
letsutil.cpp 30 char *getCString(const UnicodeString *uString)
32 if (uString == NULL) {
36 le_int32 uLength = uString->length();
37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
40 uString->extract(0, uLength, cString, cLength, US_INV);
52 const UnicodeString ustring(uChars);
54 return getCString(&ustring);
57 char *getUTF8String(const UnicodeString *uString)
59 if (uString == NULL) {
63 le_int32 uLength = uString->length()
    [all...]
letsutil.h 30 char *getCString(const UnicodeString *uString);
32 char *getUTF8String(const UnicodeString *uString);
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.h 22 UString GetPassword(CStdOutStream *outStream);
List.h 15 bool &passwordEnabled, UString &password,
OpenCallbackConsole.h 19 UString Password;
  /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;
  /external/lzma/CPP/Common/
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)
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...]
  /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);
  /external/icu4c/samples/ustring/
Makefile 11 TARGET=ustring
14 OBJECTS=ustring.o
  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 21 #include "unicode/ustring.h"
25 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
31 ustr_init(struct UString *s)
38 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status)
69 ustr_deinit(struct UString *s)
79 ustr_cpy(struct UString *dst,
80 const struct UString *src,
100 ustr_setlen(struct UString *s,
118 ustr_cat(struct UString *dst,
119 const struct UString *src
    [all...]
  /external/icu4c/tools/genrb/
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...]

Completed in 141 milliseconds

12 3 4 5 6 7 8 91011>>