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

  /external/stlport/src/
codecvt.cpp 85 const intern_type* from_end,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
100 const extern_type* from_end,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
facets_byname.cpp 308 const intern_type* from_end,
313 while (from != from_end && to != to_limit) {
340 const extern_type* from_end,
345 while (from != from_end && to != to_end) {
347 to, from, from_end - from,
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 85 const intern_type* from_end,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
100 const extern_type* from_end,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
facets_byname.cpp 308 const intern_type* from_end,
313 while (from != from_end && to != to_limit) {
340 const extern_type* from_end,
345 while (from != from_end && to != to_end) {
347 to, from, from_end - from,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
swapfs.c 134 char *from_end = (char *)from_header + bufsize; local
149 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
  /external/stlport/test/unit/
codecvt_test.cpp 593 const char* from_end = from + utf8_str.size(); local
597 while (from + length <= from_end) {
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 595 const char* from_end = from + utf8_str.size(); local
599 while (from + length <= from_end) {
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 595 const char* from_end = from + utf8_str.size(); local
599 while (from + length <= from_end) {

Completed in 283 milliseconds