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

  /frameworks/base/tools/localize/
Perforce.cpp 118 const char* lineend = strchr(str, '\n'); local
119 if (lineend == str) {
123 if (lineend-str > 1023) {
128 string s(str, lineend-str);
138 str = lineend + 1;
  /build/tools/kcm/
kcm.cpp 101 char lineend = *nextline; local
103 if (lineend == '\r' && nextline[1] == '\n') {
  /frameworks/base/core/java/android/text/
Layout.java 1201 int lineend = getLineEnd(line); local
    [all...]
StaticLayout.java     [all...]

Completed in 101 milliseconds