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

  /external/icu/icu4c/as_is/os400/
iculd.c 132 char *mend = strrchr(linkbuf,'.'); local
133 if(mend) {
134 *mend=0;
135 mend = strrchr(linkbuf,'/');
136 if(mend) {
137 mend++;
138 strcpy(outbuf,mend);
166 char *mend = strrchr(linkbuf,'.'); local
167 if(mend) {
168 *mend=0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 286 mend = moff + mlen
289 if mend < buflen and tend < buflen:
290 msg = buf[moff:mend]
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 286 mend = moff + mlen
289 if mend < buflen and tend < buflen:
290 msg = buf[moff:mend]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 286 mend = moff + mlen
289 if mend < buflen and tend < buflen:
290 msg = buf[moff:mend]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 286 mend = moff + mlen
289 if mend < buflen and tend < buflen:
290 msg = buf[moff:mend]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1225 int32_t mend = maxLimit; local
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 175 uint64_t mstart, mend, moffset; local
177 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend)
184 if (mend >= module_end)
  /external/elfutils/src/
readelf.c 9284 uint64_t mstart, mend, moffset; local
    [all...]

Completed in 402 milliseconds