|   /external/lzma/CPP/Windows/ | 
| Registry.cpp  | 258 LONG CKey::QueryValue(LPCWSTR name, UString &value)
 335     const UString &s = strings[i];
 354   UString s;
  | 
|   /external/icu/icu4c/source/tools/genrb/ | 
| reslist.c  | 932                            const struct UString* comment, UErrorCode* status); 935                            const struct UString* comment, UErrorCode* status){ 966 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { 976 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {     [all...] | 
| wrtxml.cpp  | 41 #include "unicode/ustring.h" 422 printNoteElements(struct UString *src, UErrorCode *status){ 482 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){     [all...] | 
|   /external/chromium_org/third_party/icu/source/tools/genrb/ | 
| reslist.c  | 835                            const struct UString* comment, UErrorCode* status); 838                            const struct UString* comment, UErrorCode* status){ 869 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { 879 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { 903 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {     [all...] | 
| wrtxml.cpp  | 31 #include "unicode/ustring.h" 412 printNoteElements(struct UString *src, UErrorCode *status){ 472 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){     [all...] | 
|   /external/lzma/CPP/Common/ | 
| MyString.h  | 612 typedef CStringBase<wchar_t> UString;
 615 typedef CObjectVector<UString> UStringVector;
 618   typedef UString CSysString;
  | 
|   /external/lzma/CPP/7zip/Archive/7z/ | 
| 7zIn.h  | 119   void ReadString(UString &s);
  | 
| 7zItem.h  | 147   UString Name;
  | 
| 7zDecode.cpp  | 266         const UString password(passwordBSTR);
  | 
| 7zOut.cpp  | 682       const UString &name = db.Files[i].Name;
 698         const UString &name = db.Files[i].Name;
  | 
| 7zIn.cpp  | 259 void CInByte2::ReadString(UString &s)
     [all...] |