HomeSort by relevance Sort by last modified time
    Searched refs:from_end (Results 1 - 12 of 12) 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/libcxxabi/test/
test_fallback_malloc.cpp 56 void *pop ( container &c, bool from_end ) {
58 if ( from_end ) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_fallback_malloc.cpp 56 void *pop ( container &c, bool from_end ) {
58 if ( from_end ) {
  /external/e2fsprogs/lib/ext2fs/
swapfs.c 180 char *from_end = (char *)from_header + bufsize; local
195 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) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 831 from_end = from + matches[2].to_i
875 break if from_end and to_end and from == from_end and to == to_end
  /external/chromium_org/v8/src/
elements.cc 350 for (uint32_t from_end = from_start + static_cast<uint32_t>(copy_size);
351 from_start < from_end; from_start++, to_start++) {
392 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
393 from_start < from_end; from_start++, to_start++) {
423 for (uint32_t from_end = from_start + copy_size;
424 from_start < from_end; from_start++, to_start++) {
    [all...]

Completed in 565 milliseconds