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

  /bionic/libc/include/
regex.h 46 typedef off_t regoff_t; typedef
56 regoff_t rm_so; /* start of match */
57 regoff_t rm_eo; /* end of match */
  /development/ndk/platforms/android-8/include/
regex.h 46 typedef off_t regoff_t; typedef
56 regoff_t rm_so; /* start of match */
57 regoff_t rm_eo; /* end of match */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 46 typedef off_t regoff_t; typedef
56 regoff_t rm_so; /* start of match */
57 regoff_t rm_eo; /* end of match */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 46 typedef off_t regoff_t; typedef
56 regoff_t rm_so; /* start of match */
57 regoff_t rm_eo; /* end of match */
  /external/clearsilver/util/regex/
regex.h 361 typedef int regoff_t;
369 regoff_t *start;
370 regoff_t *end;
387 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
388 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
464 (regoff_t)' bytes long.
474 unsigned num_regs, regoff_t *starts, regoff_t *ends));
357 typedef int regoff_t; typedef

Completed in 22 milliseconds