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

  /external/stlport/test/unit/
codecvt_test.cpp 64 char* ibegin, char* iend, char*& icur) const __NO_THROW {
67 icur = ibegin;
118 char *ibegin = new char[m]; local
120 char *icur = ibegin;
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
123 delete[] ibegin;
157 char* ibegin, char* iend, char*& icur) const __NO_THROW {
161 icur = ibegin;
245 char *ibegin = new char[m + offset] local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 64 char* ibegin, char* iend, char*& icur) const __NO_THROW {
67 icur = ibegin;
118 char *ibegin = new char[m]; local
120 char *icur = ibegin;
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
123 delete[] ibegin;
157 char* ibegin, char* iend, char*& icur) const __NO_THROW {
161 icur = ibegin;
245 char *ibegin = new char[m + offset] local
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 64 char* ibegin, char* iend, char*& icur) const __NO_THROW {
67 icur = ibegin;
118 char *ibegin = new char[m]; local
120 char *icur = ibegin;
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
123 delete[] ibegin;
157 char* ibegin, char* iend, char*& icur) const __NO_THROW {
161 icur = ibegin;
245 char *ibegin = new char[m + offset] local
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 730 int ibegin=(rand()%32); local
741 orl->begin=ibegin;
744 orl->buffer->data[ibegin++]= flat[pos++];

Completed in 86 milliseconds