HomeSort by relevance Sort by last modified time
    Searched full:triml (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 678 triml(char *str, const char *whitespace) { function
734 buffer = triml(buffer, "\t ");
761 tok = triml(tok, "\t ");
1195 char *p = triml((char *)match, g->whitespace);
1226 p = triml(p, g->whitespace);
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 423 const int trimL = *data++;
428 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
430 int expectedWidth = origWidth - trimL - trimR;
    [all...]

Completed in 1570 milliseconds