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

  /dalvik/dx/src/com/android/dx/util/
HexParser.java 83 int lineLen = line.length();
87 for (int i = 0; i < lineLen; i++) {
  /external/icu4c/test/iotest/
filetst.c 721 int32_t lineLen = strlen(line);
734 fwrite(line, lineLen, 1, stdFile);
    [all...]
  /system/core/liblog/
logprint.c 820 size_t lineLen;
827 lineLen = pm - lineStart;
831 strncat(p, lineStart, lineLen);
832 p += lineLen;
  /external/icu4c/test/perf/collationperf/
collperf.cpp 530 int lineLen = -1;
533 lineLen = (gSortedLines[line])->len;
557 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
581 int lineLen = -1;
584 lineLen = (gSortedLines[line])->len;
607 r = CompareStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 440 milliseconds