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

  /external/libxslt/libxslt/
attributes.c 1045 const xmlChar *curstr, *endstr; local
1072 curstr = attrSets;
1073 while (*curstr != 0) {
1074 while (IS_BLANK(*curstr))
1075 curstr++;
1076 if (*curstr == 0)
1078 endstr = curstr;
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 667 milliseconds