/external/icu/icu4c/source/test/cintltst/ |
utexttst.c | 18 #include "unicode/ustring.h" 67 UChar uString[] = {0x41, 0x42, 0x43, 0}; 72 uta = utext_openUChars(NULL, uString, -1, &status); 89 UChar uString[] = {0x41, 0x42, 0x43, 0}; 95 uta = utext_openUChars(NULL, uString, -1, &status); 102 TEST_ASSERT(len == u_strlen(uString)); 109 UChar uString[] = {0x41, 0x42, 0x43, 0}; 117 uta = utext_openUChars(NULL, uString, -1, &status); 123 TEST_ASSERT(len == u_strlen(uString)); 128 TEST_ASSERT(c==uString[0]) [all...] |
/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;
|
/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/icu/icu4c/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/lzma/CPP/7zip/UI/Console/ |
UserInputUtils.h | 22 UString GetPassword(CStdOutStream *outStream);
|
List.h | 15 bool &passwordEnabled, 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/chromium_org/third_party/icu/source/samples/ustring/ |
Makefile | 11 TARGET=ustring 14 OBJECTS=ustring.o
|
/external/icu/icu4c/source/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" 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/ |
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...] |