HomeSort by relevance Sort by last modified time
    Searched full:oscl_wchar (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset1.h 101 oscl_wchar output1[ARRAY_SIZE];
108 oscl_wchar output2[ARRAY_SIZE];
115 oscl_wchar output3[ARRAY_SIZE];
122 oscl_wchar output4[ARRAY_SIZE];
test_pv_author_engine_testset4.h 101 oscl_wchar output1[ARRAY_SIZE];
108 oscl_wchar output2[ARRAY_SIZE];
115 oscl_wchar output3[ARRAY_SIZE];
122 oscl_wchar output4[ARRAY_SIZE];
test_pv_author_engine_testset6.h 58 oscl_wchar output2[ARRAY_SIZE];
66 oscl_wchar output1[ARRAY_SIZE];
test_pv_author_engine_testset7.h 59 oscl_wchar output2[ARRAY_SIZE];
67 oscl_wchar output1[ARRAY_SIZE];
test_pv_author_engine_testset8.h 59 oscl_wchar output2[ARRAY_SIZE];
67 oscl_wchar output1[ARRAY_SIZE];
pvaetest.cpp 495 oscl_wchar* argwstr = NULL;
527 oscl_wchar* cmd;
566 oscl_wchar* argwstr = NULL;
598 oscl_wchar* cmd;
636 oscl_wchar* argwstr = NULL;
668 oscl_wchar* cmd;
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_find.cpp 196 OSCL_EXPORT_REF const oscl_wchar *Oscl_FileFind::FindFirst(const oscl_wchar *directory, const oscl_wchar *pattern, oscl_wchar *buf, uint32 buflen)
198 const oscl_wchar *def_pattern = _STRLIT_WCHAR("*");
320 OSCL_EXPORT_REF oscl_wchar *Oscl_FileFind::FindNext(oscl_wchar *buf, uint32 buflen)
  /external/opencore/doc/oscl_html/
oscl__string__rep_8h-source.html 40 00047 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCHeapRep.html#d0">set_rep</a>(<a class="code" href="classCHeapRep.html">CHeapRep</a>*&amp;, <a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a>&amp;, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>*, uint32);
42 00049 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCHeapRep.html#d2">append_rep</a>(<a class="code" href="classCHeapRep.html">CHeapRep</a>*&amp;, <a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a>&amp;, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>*, uint32);
49 00056 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="classCHeapRep.html#a1">set</a>(uint32, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>*, <a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;);
51 00058 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="classCHeapRep.html#a3">append</a>(uint32, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>*, uint32, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>*, <a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;);
72 00081 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classCStackRep.html#a1">set</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* cp, uint32 len);
74 00083 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classCStackRep.html#a3">append</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* cp, uint32 len);
92 00103 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classCFastRep.html#a1">set_w</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* cp, uint32 len, uint32 maxlen);
94 00105 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classCFastRep.html#a3">set_r</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* cp, uint32 len);
96 00107 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classCFastRep.html#a5">append</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* cp, uint32 len)
    [all...]
oscl__file__find_8h-source.html 48 00075 OSCL_IMPORT_REF <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *<a class="code" href="classOscl__FileFind.html#a0">FindFirst</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *directory, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *pattern, <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *buf, uint32 buflen);
50 00093 OSCL_IMPORT_REF <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *<a class="code" href="classOscl__FileFind.html#a2">FindNext</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *buf, uint32 buflen);
oscl__utf8conv_8h.html 18 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a44">oscl_UTF8ToUnicode</a> (const char *input, int32 inLength, <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *output, int32 outLength)</td></tr>
20 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a45">oscl_UnicodeToUTF8</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *input, int32 inLength, char *output, int32 outLength)</td></tr>
classOscl__FileFind.html 38 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOscl__FileFind.html#a1">FindFirst</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *directory, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *pattern, <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *buf, uint32 buflen)</td></tr>
40 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOscl__FileFind.html#a3">FindNext</a> (<a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *buf, uint32 buflen)</td></tr>
226 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a>* Oscl_FileFind::FindFirst </td>
228 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
234 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
240 <td class="md" nowrap><a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td
    [all...]
structWStrPtrLen.html 20 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#a0">WStrPtrLen</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *newPtr)</td></tr>
21 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#a1">WStrPtrLen</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *newPtr, uint32 newLen)</td></tr>
24 <tr><td nowrap align=right valign=top>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#a4">c_str</a> () const</td></tr>
27 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#a7">setPtrLen</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *newPtr, uint32 newLen)</td></tr>
32 <tr><td nowrap align=right valign=top>WStrPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#a12">operator=</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *rhs)</td></tr>
34 <tr><td nowrap align=right valign=top>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td><td valign=bottom><a class="el" href="structWStrPtrLen.html#n0">ptr</a></td></tr>
51 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
80 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
174 <td class="md" nowrap valign="top"> const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a>* WStrPtrLen::c_str </td>
290 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td
    [all...]
group__osclbase.html 216 <tr><td nowrap align=right valign=top>typedef OSCL_NATIVE_WCHAR_TYPE&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a32">oscl_wchar</a></td></tr>
217 <tr><td nowrap align=right valign=top>typedef <a class="el" href="group__osclbase.html#a32">oscl_wchar</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a33">OSCL_TCHAR</a></td></tr>
    [all...]
classCHeapRep.html 19 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF bool&nbsp;</td><td valign=bottom><a class="el" href="classCHeapRep.html#a2">set</a> (uint32, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *, <a class="el" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF bool&nbsp;</td><td valign=bottom><a class="el" href="classCHeapRep.html#a4">append</a> (uint32, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *, uint32, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *, <a class="el" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCHeapRep.html#d1">set_rep</a> (CHeapRep *&amp;, <a class="el" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *, uint32)</td></tr>
28 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCHeapRep.html#d3">append_rep</a> (CHeapRep *&amp;, <a class="el" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *, uint32)</td></tr>
111 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
123 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
229 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
396 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
490 <td class="md" nowrap>const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td
    [all...]
classCFastRep.html 19 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCFastRep.html#a2">set_w</a> (<a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *cp, uint32 len, uint32 maxlen)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCFastRep.html#a4">set_r</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *cp, uint32 len)</td></tr>
23 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCFastRep.html#a6">append</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *cp, uint32 len)</td></tr>
71 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
147 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
223 <td class="md" nowrap valign="top"><a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
oscl__types_8h-source.html 49 00058 <span class="comment">// define OSCL_WCHAR</span>
50 <a name="l00059"></a><a class="code" href="group__osclbase.html#a32">00059</a> <span class="keyword">typedef</span> OSCL_NATIVE_WCHAR_TYPE <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>;
52 <a name="l00062"></a><a class="code" href="group__osclbase.html#a33">00062</a> <span class="keyword">typedef</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> <a class="code" href="group__osclbase.html#a33">OSCL_TCHAR</a>;
classCStackRep.html 19 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCStackRep.html#a2">set</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *cp, uint32 len)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classCStackRep.html#a4">append</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *cp, uint32 len)</td></tr>
68 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
144 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset7.h 168 oscl_wchar iTmpWCharBuffer[512];
274 oscl_wchar iTmpWCharBuffer[512];
374 oscl_wchar iTmpWCharBuffer[512];
471 oscl_wchar iTmpWCharBuffer[512];
567 oscl_wchar iTmpWCharBuffer[512];
663 oscl_wchar iTmpWCharBuffer[512];
766 oscl_wchar iTmpWCharBuffer[512];
863 oscl_wchar iTmpWCharBuffer[512];
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmi_kvp.h 223 oscl_wchar* pWChar_value;
271 oscl_wchar* iGraphicMimeType;
273 oscl_wchar* iGraphicDescription;
295 oscl_wchar *iDescription;
296 oscl_wchar *iData;
328 oscl_wchar* _location_name;
329 oscl_wchar* _astronomical_body;
330 oscl_wchar* _additional_notes;
  /external/opencore/oscl/oscl/osclutil/src/
oscl_snprintf.cpp 367 //Note this routine converts input oscl_wchar strings to single-wide without any
371 static int32 oscl_default_swprintf(oscl_wchar *buffer, int32 bufferlen, const oscl_wchar *format, ...)
392 oscl_wchar* oformat = (oscl_wchar*)format;
395 oformat[nformat-i-1] = (oscl_wchar)sformat[nformat-i-1];
401 buffer[nsbuffer-i-1] = (oscl_wchar)sbuffer[nsbuffer-i-1];
406 OSCL_IMPORT_REF int32 oscl_UnicodeToUTF8(const oscl_wchar *input, int32 inLength, char *output, int32 outLength);
    [all...]
oscl_utf8conv.h 77 \param outLength The size of output buffer, also the maximum number of oscl_wchar could be written in.
82 OSCL_IMPORT_REF int32 oscl_UTF8ToUnicode(const char *input, int32 inLength, oscl_wchar *output, int32 outLength);
108 OSCL_IMPORT_REF int32 oscl_UnicodeToUTF8(const oscl_wchar *input, int32 inLength, char *output, int32 outLength);
  /external/opencore/fileformats/mp4/parser/src/
movieheaderatom.cpp 235 uint32 wDateBufLen = 64 * sizeof(oscl_wchar);
236 oscl_wchar wDate[64*sizeof(oscl_wchar)];
assetinfoatoms.cpp 318 oscl_wchar wCriteria[5];
326 oscl_wchar wEntity[5];
388 oscl_wchar wTable[5];
396 oscl_wchar wEntity[5];
600 PV_MP4_FF_ARRAY_NEW(NULL, oscl_wchar, _defaultNotice.get_size() + 1, _pLocationStruct->_location_name);
686 PV_MP4_FF_ARRAY_NEW(NULL, oscl_wchar, _astronomical_body.get_size() + 1, _pLocationStruct->_astronomical_body);
732 PV_MP4_FF_ARRAY_NEW(NULL, oscl_wchar, _additional_notes.get_size() + 1, _pLocationStruct->_additional_notes);
  /external/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp 439 valueSize = (valueStrLen + 2) * sizeof(oscl_wchar);
    [all...]
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 263 oscl_wchar buf[MAX_BUFF_SIZE];
266 // Need to be careful of the byte-ordering when creating the oscl_wchar array
275 oscl_wchar *wptr = &buf[index];
295 // String (oscl_wchar) buffer filled - now create OSCL_STRING
297 // OSCL_STRING is a oscl_wchar string so no conversion needed
461 oscl_wchar buf[MAX_BUFF_SIZE];
462 if (inLength > MAX_BUFF_SIZE * sizeof(oscl_wchar))
471 // Need to be careful of the byte-ordering when creating the oscl_wchar array
475 oscl_wchar *wptr;
498 // OSCL_STRING is a oscl_wchar string so no conversion neede
    [all...]

Completed in 2259 milliseconds

12 3 4 5 6