/external/icu/icu4c/source/i18n/ |
tolowtrn.cpp | 16 #include "unicode/ustring.h"
|
toupptrn.cpp | 15 #include "unicode/ustring.h"
|
/external/icu/icu4c/source/samples/case/ |
ucase.c | 15 #include "unicode/ustring.h" 47 /* ustring.h APIs, UChar * string case mapping with a Turkish locale */ 60 /* ustring.h APIs, UChar * string case mapping with a Engish locale */ 72 /* ustring.h APIs, UChar * string case folding */
|
/external/icu/icu4c/source/samples/ustring/ |
ustring.vcxproj.filters | 18 <ClCompile Include="ustring.cpp">
|
/external/icu/icu4c/source/test/intltest/ |
idnaconf.h | 17 #include "unicode/ustring.h"
|
/external/lzma/CPP/7zip/UI/Common/ |
IFileExtractCallback.h | 42 virtual HRESULT SetPassword(const UString &password) = 0;
|
PropIDUtils.cpp | 51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)
65 return UString();
93 UString res;
114 res = UString(temp) + L' ' + res;
|
UpdatePair.cpp | 45 static void ThrowError(const UString &message, const UString &s1, const UString &s2)
47 UString m = message;
|
SetProperties.cpp | 17 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop)
47 UString name = property.Name;
|
Update.cpp | 60 UString Name;
68 UString Prefix;
118 UString res = temp;
120 res = UString(L'0') + res;
121 UString name = Prefix + res;
246 bool CUpdateOptions::Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath)
267 UString typeExt = arcInfo.GetMainExt();
268 UString ext = typeExt;
310 /* const UString & stdInFileName, */
314 const UString &sfxModule, [all...] |
/external/lzma/CPP/Windows/ |
DLL.h | 54 bool MyGetModuleFileName(HMODULE hModule, UString &result);
|
Error.cpp | 30 bool MyFormatMessage(DWORD messageID, UString &message)
|
Registry.h | 54 // LONG SetValue(LPCWSTR name, const UString &value);
74 LONG QueryValue(LPCWSTR name, UString &value);
|
FileFind.cpp | 29 bool GetLongPath(LPCWSTR fileName, UString &res);
117 UString longPath;
140 UString longPath;
367 UString longPath;
384 UString longPath;
432 UString buffer;
438 UString string;
|
FileFind.h | 74 UString Name;
125 UString _wildcard;
129 CEnumeratorW(const UString &wildcard): _wildcard(wildcard) {}
|
/external/chromium_org/third_party/icu/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...] |
/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...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 27 extern UString ConvertMethodIdToString(UInt64 id);
91 UString resString;
104 UString methodName;
144 static UString ConvertUInt32ToString(UInt32 value)
151 static UString GetStringForSizeValue(UInt32 value)
156 UString result;
185 static inline void AddHexToString(UString &res, Byte value)
263 UString methodsString;
270 UString methodName, propsString;
409 UString password; [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
UserInputUtils.cpp | 62 UString GetPassword(CStdOutStream *outStream)
78 UString res = g_StdIn.ScanUStringUntilNewLine();
|
MainAr.cpp | 82 UString message;
99 catch(const UString &s)
|
/external/lzma/CPP/Common/ |
StdInStream.cpp | 72 UString CStdInStream::ScanUStringUntilNewLine()
78 UString dest;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
uenumtst.c | 21 #include "unicode/ustring.h" 211 const UChar *uString = NULL; 216 while ((uString = uenum_unext(en, &len, &status))) { 217 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len); 282 const UChar *uString = NULL; 283 while ((uString = uenum_unext(en, &len, &status))) { 284 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len); 373 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr)); 378 log_verbose("%s:%d: OK: ustring #%d got '%s'\n", __FILE__, line, i, compareToChar[i]); 382 log_err("%s:%d: FAIL: ustring #%d expected len %d got %d\n", __FILE__, line, i, strlen(compareToChar[i]), len) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
uenumtst.c | 21 #include "unicode/ustring.h" 211 const UChar *uString = NULL; 216 while ((uString = uenum_unext(en, &len, &status))) { 217 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len); 282 const UChar *uString = NULL; 283 while ((uString = uenum_unext(en, &len, &status))) { 284 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len); 373 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr)); 378 log_verbose("%s:%d: OK: ustring #%d got '%s'\n", __FILE__, line, i, compareToChar[i]); 382 log_err("%s:%d: FAIL: ustring #%d expected len %d got %d\n", __FILE__, line, i, strlen(compareToChar[i]), len) [all...] |
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
Optimize.c | 350 PyObject* ustring, Py_ssize_t *length, void** data, int *kind); /* proto */ 355 PyObject* ustring, Py_ssize_t *length, void** data, int *kind) { 357 if (unlikely(__Pyx_PyUnicode_READY(ustring) < 0)) return -1; 358 *kind = PyUnicode_KIND(ustring); 359 *length = PyUnicode_GET_LENGTH(ustring); 360 *data = PyUnicode_DATA(ustring); 363 *length = PyUnicode_GET_SIZE(ustring); 364 *data = (void*)PyUnicode_AS_UNICODE(ustring);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
M_E_T_A_.py | 234 uString = unicode() 250 uString = uString + unichr(eval('0x' + valStr)) 252 uString = uString + unichr(byteord(string[i])) 255 return uString.encode('utf8') 259 uString = string.decode('utf8') 261 for uChar in uString:
|