HomeSort by relevance Sort by last modified time
    Searched refs:chartype (Results 1 - 11 of 11) sorted by null

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string.h 62 typedef char chartype; typedef in class:OSCL_String
80 virtual const chartype* get_cstr() const = 0;
91 virtual chartype* get_str() const = 0;
100 OSCL_IMPORT_REF OSCL_String& operator=(const chartype* cstr);
113 OSCL_IMPORT_REF OSCL_String& operator+=(const chartype* cstr);
119 OSCL_IMPORT_REF OSCL_String& operator+=(const chartype c);
133 OSCL_IMPORT_REF bool operator== (const chartype* cstr) const;
141 OSCL_IMPORT_REF chartype operator[](uint32 index) const;
148 OSCL_IMPORT_REF virtual chartype read(uint32 index)const;
162 OSCL_IMPORT_REF virtual void write(uint32 index, chartype c)
225 typedef oscl_wchar chartype; typedef in class:OSCL_wString
    [all...]
oscl_string_containers.h 94 typedef OSCL_String::chartype chartype; typedef in class:OSCL_HeapString
114 OSCL_HeapString(const chartype* cstr);
122 OSCL_HeapString(const chartype* buf, uint32 length);
130 const chartype* get_cstr() const;
131 chartype* get_str() const;
137 OSCL_HeapString& operator=(const chartype* cstr);
145 void set(const chartype* buf, uint32 length);
151 void set_rep(const chartype*, uint32);
152 void append_rep(const chartype*, uint32)
173 typedef OSCL_wString::chartype chartype; typedef in class:OSCL_wHeapString
237 typedef OSCL_String::chartype chartype; typedef in class:OSCL_HeapStringA
336 typedef OSCL_wString::chartype chartype; typedef in class:OSCL_wHeapStringA
397 typedef OSCL_String::chartype chartype; typedef in class:OSCL_StackString
470 typedef OSCL_wString::chartype chartype; typedef in class:OSCL_wStackString
523 typedef OSCL_String::chartype chartype; typedef in class:OSCL_FastString
603 typedef OSCL_wString::chartype chartype; typedef in class:OSCL_wFastString
    [all...]
oscl_string.cpp 55 OSCL_EXPORT_REF OSCL_String::chartype OSCL_String::read(uint32 index) const
64 OSCL_EXPORT_REF OSCL_wString::chartype OSCL_wString::read(uint32 index) const
87 OSCL_EXPORT_REF bool OSCL_String::operator==(const chartype* a) const
94 OSCL_EXPORT_REF bool OSCL_wString::operator==(const chartype* a) const
159 OSCL_EXPORT_REF OSCL_String::chartype OSCL_String::operator[](uint32 index) const
166 OSCL_EXPORT_REF OSCL_wString::chartype OSCL_wString::operator[](uint32 index) const
187 OSCL_EXPORT_REF void OSCL_String::write(uint32 index, chartype c)
190 chartype* curbuf = get_str();
209 OSCL_EXPORT_REF void OSCL_wString::write(uint32 index, chartype c)
212 chartype* curbuf = get_str()
    [all...]
oscl_string_containers.cpp 253 void OSCL_HeapStringA::set_rep(const chartype* cp, uint32 len)
259 void OSCL_wHeapStringA::set_rep(const chartype* cp, uint32 len)
266 void OSCL_HeapStringA::append_rep(const chartype* cp, uint32 len)
272 void OSCL_wHeapStringA::append_rep(const chartype* cp, uint32 len)
279 void OSCL_HeapStringA::set_rep(const chartype* cp)
285 void OSCL_wHeapStringA::set_rep(const chartype* cp)
293 void OSCL_HeapStringA::append_rep(const chartype* cp)
299 void OSCL_wHeapStringA::append_rep(const chartype* cp)
374 OSCL_EXPORT_REF const OSCL_HeapStringA::chartype* OSCL_HeapStringA::get_cstr() const
377 return (chartype*)iRep->buffer
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_find.h 165 typedef char chartype; typedef in class:Oscl_FileFind
166 bool setpathanddelimiter(const chartype* directory);
178 chartype* pathname;
179 const chartype* delimeter;
180 const chartype* nullchar;
oscl_file_find.cpp 215 char* utf8buf = (char*) OSCL_MALLOC(buflen / sizeof(chartype));
235 const char* retval = FindFirst(convdir, convpattern, utf8buf, (buflen / sizeof(chartype)));
334 char* utf8buf = (char*) OSCL_MALLOC(buflen * sizeof(chartype));
340 const char* retval = FindNext(utf8buf, buflen * sizeof(chartype));
386 bool Oscl_FileFind::setpathanddelimiter(const chartype* directory)
396 pathname = (chartype*) OSCL_MALLOC((oscl_strlen(directory) + 2) * sizeof(chartype));
398 pathname = (chartype*) OSCL_MALLOC((oscl_strlen(directory) + 1) * sizeof(chartype));
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_download_common.cpp 60 fieldKeyString.set((OSCL_String::chartype*)_STRLIT_CHAR("User-Agent"), 16);
64 fieldKeyString.set((OSCL_String::chartype*)_STRLIT_CHAR("Connection"), 16);
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/opencore/fileformats/pvx/parser/src/
pvpvxparser.cpp 348 OSCL_wString::chartype* launchurl16 = OSCL_ARRAY_NEW(OSCL_wString::chartype, dLaunchURLSize + 1);
354 oscl_UTF8ToUnicode((const OSCL_String::chartype*)launchurl8.get_cstr(), launchurl8.get_size(), \
  /external/opencore/protocols/http_parcom/src/
http_composer.cpp 222 versionString.set((OSCL_String::chartype*)_STRLIT_CHAR("HTTP/1.1"), 8);
226 versionString.set((OSCL_String::chartype*)_STRLIT_CHAR("HTTP/1.0"), 8);
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp 585 MP4FFParserOriginalCharEnc chartype = ORIGINAL_CHAR_TYPE_UNKNOWN; local
587 if (getPVTitle(chartype).get_size() > 0)
620 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN;
632 OSCL_wHeapString<OsclMemAllocator> valuestring = getAssetInfoTitleNotice(charType, i);
636 iTitleCharType.push_front(charType);
639 if (getPVTitle(charType).get_size() > 0)
641 OSCL_wHeapString<OsclMemAllocator> valuestring = getPVTitle(charType);
644 iTitleCharType.push_front(charType);
694 MP4FFParserOriginalCharEnc chartype = ORIGINAL_CHAR_TYPE_UNKNOWN; local
697 if (getPVAuthor(chartype).get_size() > 0
1027 MP4FFParserOriginalCharEnc chartype = ORIGINAL_CHAR_TYPE_UNKNOWN; local
1190 MP4FFParserOriginalCharEnc chartype = ORIGINAL_CHAR_TYPE_UNKNOWN; local
1269 MP4FFParserOriginalCharEnc chartype = ORIGINAL_CHAR_TYPE_UNKNOWN; local
    [all...]

Completed in 787 milliseconds