/external/lzma/CPP/Common/ |
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/icu4c/samples/ustring/ |
ustring.vcxproj | 82 <TypeLibraryName>.\x86\Release/ustring.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/ustring.pch</PrecompiledHeaderOutputFile>
108 <OutputFile>.\x86\Release/ustring.exe</OutputFile>
111 <ProgramDatabaseFile>.\x86\Release/ustring.pdb</ProgramDatabaseFile>
121 <TypeLibraryName>.\x64\Release/ustring.tlb</TypeLibraryName>
133 <PrecompiledHeaderOutputFile>.\x64\Release/ustring.pch</PrecompiledHeaderOutputFile>
147 <OutputFile>.\x64\Release/ustring.exe</OutputFile>
150 <ProgramDatabaseFile>.\x64\Release/ustring.pdb</ProgramDatabaseFile>
160 <TypeLibraryName>.\x86\Debug/ustring.tlb</TypeLibraryName>
171 <PrecompiledHeaderOutputFile>.\x86\Debug/ustring.pch</PrecompiledHeaderOutputFile> [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.h | 46 struct UString *token, 48 struct UString *comment,
|
reslist.h | 26 #include "unicode/ustring.h" 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status); 113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 133 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 142 struct SResource *alias_open(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 149 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status); 156 struct SResource *int_open(struct SRBRoot *bundle, char *tag, int32_t value, const struct UString* comment, UErrorCode *status); 164 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); 175 struct UString fComment [all...] |
/external/icu4c/tools/genrb/ |
read.h | 47 struct UString *token, 49 struct UString *comment,
|
reslist.h | 26 #include "unicode/ustring.h" 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status); 113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 133 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 142 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 149 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 156 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status); 164 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); 175 struct UString fComment [all...] |
/external/icu4c/samples/cal/ |
uprint.h | 23 /* Print a ustring to the specified FILE* in the default codepage */
|
uprint.c | 18 #include "unicode/ustring.h" 22 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/icu4c/samples/date/ |
uprint.h | 23 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/lzma/CPP/7zip/UI/Common/ |
Extract.h | 26 UString OutputDir;
30 // UString Password;
73 UString &errorMessage,
|
ArchiveExtractCallback.h | 34 UString _directoryPath;
38 UString _diskFilePath;
39 UString _filePath;
86 void CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath);
137 const UString &directoryPath,
|
Extract.cpp | 25 UString &errorMessage,
38 UString filePath;
55 UString outDir = options.OutputDir;
69 errorMessage = ((UString)L"Can not create output directory ") + outDir;
109 UString &errorMessage,
125 const UString &arcPath = arcPaths[i];
144 const UString &arcPath = arcPaths[i];
171 UString s = arcPath.Mid(pos + 1);
223 UString password;
233 const UString &s = archiveLink.Arcs[v].ErrorMessage; [all...] |
ArchiveExtractCallback.cpp | 30 const UString &directoryPath,
110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)
160 UString fullPath;
248 UString processedPath = MakePathNameFromParts(pathParts);
259 UString fullPathNew;
270 UString fullProcessedPath = _directoryPath + processedPath;
324 UString message = UString(kCantAutoRename) + fullProcessedPath;
331 UString existPath = fullProcessedPath;
334 UString message = kCantAutoRename + fullProcessedPath; [all...] |
/external/lzma/CPP/Windows/ |
FileDir.cpp | 27 bool GetLongPathBase(LPCWSTR fileName, UString &res);
28 bool GetLongPath(LPCWSTR fileName, UString &res);
35 static UString GetUnicodePath(const CSysString &sysPath)
60 bool MyGetWindowsDirectory(UString &path)
75 bool MyGetSystemDirectory(UString &path)
106 UString longPath;
128 UString longPath;
140 UString longPath;
148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) [all...] |
PropVariantConversions.cpp | 12 static UString ConvertUInt64ToString(UInt64 value)
19 static UString ConvertInt64ToString(Int64 value)
67 UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime, bool includeSeconds)
75 UString ConvertPropVariantToString(const PROPVARIANT &prop)
79 case VT_EMPTY: return UString();
|
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize)
42 UString srcString = srcStringSpec;
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
100 bool StringToBool(const UString &s, bool &res)
136 int ParseStringToUInt32(const UString &srcString, UInt32 &number)
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
|
HandlerOut.cpp | 82 static bool AreEqual(const UString &methodName, const wchar_t *s)
92 static inline bool IsBZip2Method(const UString &methodName)
95 static inline bool IsPpmdMethod(const UString &methodName)
98 static inline bool IsDeflateMethod(const UString &methodName)
162 static int FindPropIdExact(const UString &name)
170 static int FindPropIdStart(const UString &name)
174 UString t = g_NameToPropID[i].Name;
288 static void SplitParams(const UString &srcString, UStringVector &subStrings)
291 UString name;
309 static void SplitParam(const UString ¶m, UString &name, UString &value) [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 51 void PrintString(const UString &s)
119 UString Password;
184 UString _directoryPath; // Output directory
185 UString _filePath; // name inside arcvhive
186 UString _diskFilePath; // full path to file on disk
201 void Init(IInArchive *archiveHandler, const UString &directoryPath);
205 UString Password;
210 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const UString &directoryPath)
239 UString fullPath;
311 UString fullProcessedPath = _directoryPath + _filePath; [all...] |
/external/lzma/CPP/7zip/Common/ |
CreateCoder.h | 16 UString Name;
65 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
69 CMethodId methodId, UString &name);
|
MethodId.cpp | 13 UString ConvertMethodIdToString(UInt64 id)
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 38 UString Password;
|
/external/lzma/CPP/7zip/UI/Console/ |
OpenCallbackConsole.cpp | 41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password)
|
UpdateCallbackConsole.h | 27 UString Password;
|