HomeSort by relevance Sort by last modified time
    Searched defs:from_len (Results 1 - 6 of 6) sorted by null

  /test/vts/drivers/hal/common/utils/
StringUtil.cpp 32 int from_len = from.length(); local
36 original.replace(index, from_len, to);
37 index += from_len;
  /toolchain/binutils/binutils-2.27/gas/
macro.c 114 size_t from_len; local
123 from_len = 0;
126 from_len = strlen (from);
187 && strncasecmp (ptr->ptr + i, "IRPC", from_len = 4) != 0
188 && strncasecmp (ptr->ptr + i, "IRP", from_len = 3) != 0
189 && strncasecmp (ptr->ptr + i, "IREPC", from_len = 5) != 0
190 && strncasecmp (ptr->ptr + i, "IREP", from_len = 4) != 0
191 && strncasecmp (ptr->ptr + i, "REPT", from_len = 4) != 0
192 && strncasecmp (ptr->ptr + i, "REP", from_len = 3) != 0)
193 from_len = 0
    [all...]
  /external/libedit/src/
readline.c 778 size_t len, from_len; local
838 from_len = strlen(from);
840 if (len + from_len + 1 >= size) {
842 size += from_len + 1;
855 len += from_len;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2825 Py_ssize_t from_len, to_len; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 2806 Py_ssize_t from_len, to_len; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 2825 Py_ssize_t from_len, to_len; local
    [all...]

Completed in 500 milliseconds