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

  /external/nist-sip/java/gov/nist/core/
Separators.java 45 public static final String NEWLINE = "\r\n";
GenericObjectList.java 64 protected static final String NEWLINE = Separators.NEWLINE;
GenericObject.java 57 protected static final String NEWLINE = Separators.NEWLINE;
  /external/doclava/src/com/google/doclava/
Proofread.java 30 static final String NEWLINE = "\n" + INDENT;
69 s = m.replaceAll(NEWLINE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 76 private static final String NEWLINE = "\n";
130 builder.append(NEWLINE);
147 builder.append(NEWLINE);
189 if (hasStreet) builder.append(NEWLINE);
193 if (hasStreet || hasPobox) builder.append(NEWLINE);
200 builder.append(NEWLINE);
217 builder.append(NEWLINE);
  /external/icu4c/i18n/
cpdtrans.cpp 25 static const UChar NEWLINE = 10;
432 _smartAppend(rulesSource, NEWLINE);
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.h 59 NEWLINE = 276,
glcpp-parse.c 267 NEWLINE = 276,
658 "INTEGER", "INTEGER_STRING", "NEWLINE", "OTHER", "PLACEHOLDER", "SPACE",
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 64 private static final String NEWLINE = "\n";
183 sb.append(NEWLINE);
189 * caller is responsible for appending a newline at the end of the
196 sb.append(NEWLINE);
202 sb.append(NEWLINE);
210 sb.append(NEWLINE);
337 * caller is responsible for appending a newline after this property.
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1209 milliseconds