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

  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 83 int lineLen = line.length();
87 for (int i = 0; i < lineLen; i++) {
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 83 int lineLen = line.length();
87 for (int i = 0; i < lineLen; i++) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 83 int lineLen = line.length();
87 for (int i = 0; i < lineLen; i++) {
  /frameworks/wilhelm/tests/sandbox/
reverb.c 147 unsigned lineLen = 0;
151 if (lineLen + (needSpace ? 1 : 0) + nameLen > 72) {
155 lineLen = 0;
159 ++lineLen;
162 lineLen += nameLen;
  /system/core/liblog/
logprint.c 861 size_t lineLen;
867 lineLen = pm - lineStart;
871 strncat(p, lineStart, lineLen);
872 p += lineLen;
  /external/chromium_org/third_party/icu/source/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...]
  /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...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 163 addOfficialTaggedStandards(char *line, int32_t lineLen);
565 addOfficialTaggedStandards(char *line, int32_t lineLen) {
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 163 addOfficialTaggedStandards(char *line, int32_t lineLen);
575 addOfficialTaggedStandards(char *line, int32_t lineLen) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 487 * have length lineLen.
489 * @param lineLen the length of the substrings to put in the list
492 * @return a list of strings of length lineLen that together make up the
494 * @deprecated use {@code Splitter.fixedLength(lineLen).split(original))}
498 public static List<String> fixedSplit(String original, int lineLen) {
500 for (String elem : Splitter.fixedLength(lineLen).split(original)) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 488 * have length lineLen.
490 * @param lineLen the length of the substrings to put in the list
493 * @return a list of strings of length lineLen that together make up the
495 * @deprecated use {@code Splitter.fixedLength(lineLen).split(original))}
499 public static List<String> fixedSplit(String original, int lineLen) {
501 for (String elem : Splitter.fixedLength(lineLen).split(original)) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 725 int32_t lineLen = strlen(line);
738 fwrite(line, lineLen, 1, stdFile);
    [all...]
  /external/icu4c/test/iotest/
filetst.c 725 int32_t lineLen = strlen(line);
738 fwrite(line, lineLen, 1, stdFile);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 953 milliseconds