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

1 2 3 45 6 7 8 91011>>

  /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"
41 struct UString *token,
44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
45 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
46 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
63 struct UString *token,
65 struct UString *comment,
118 struct UString *token,
319 struct UString *token,
375 struct UString *token
    [all...]
  /external/icu4c/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/Common/
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...]
UpdateCallback.cpp 188 const UString path = DirItems->GetPhyPath(up.DirIndex);
221 UString res = temp;
223 res = UString(L'0') + res;
224 UString fileName = VolName;
  /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)
List.cpp 119 UString Name;
151 static void PrintString(EAdjustment adjustment, int width, const UString &textString)
203 static UString GetPropName(PROPID propID, BSTR name)
304 UString s;
344 UString s = ConvertPropertyToString(prop, fieldInfo.PropID);
384 UString temp = textString;
422 bool &passwordEnabled, UString &password,
436 const UString &archiveName = arcPaths[i];
523 UString s = ConvertPropertyToString(prop, propID);
543 UString s = ConvertPropertyToString(prop, propID);
    [all...]
  /external/lzma/CPP/Common/
StdInStream.cpp 72 UString CStdInStream::ScanUStringUntilNewLine()
78 UString dest;
  /external/icu4c/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/icu/patches/
utext.patch 14 UChar uString[] = {0x41, 0x42, 0x43, 0};
23 uta = utext_openUChars(NULL, uString, -1, &status);
25 i = u_strcmp(uString, buf);
  /external/chromium/base/i18n/
number_formatting.cc 14 #include "unicode/ustring.h"
  /external/chromium_org/third_party/WebKit/ManualTests/
property-map-save-crash.html 35 <p>Bug: rdar://problem/4465598 REGRESSION (TOT): Crash occurs at http://maps.google.com/?output=html ( KJS::Identifier::add(KJS::UString::Rep*)</p>
  /external/chromium_org/third_party/icu/source/common/
ucat.c 12 #include "unicode/ustring.h"
ures_cnv.c 21 #include "unicode/ustring.h"
  /external/chromium_org/third_party/icu/source/i18n/
currunit.cpp 18 #include "unicode/ustring.h"
  /external/icu4c/common/
ucat.c 12 #include "unicode/ustring.h"
ures_cnv.c 21 #include "unicode/ustring.h"
  /external/icu4c/i18n/
currunit.cpp 18 #include "unicode/ustring.h"

Completed in 185 milliseconds

1 2 3 45 6 7 8 91011>>