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

  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 48 static UBool isNewline (UChar32 c);
389 } while (!isNewline(c) && c != U_EOF && *status == U_ZERO_ERROR);
421 isNewline(c);
461 static UBool isNewline(UChar32 c) {
  /external/icu4c/tools/genrb/
read.c 49 static UBool isNewline (UChar32 c);
391 } while (!isNewline(c) && c != U_EOF && *status == U_ZERO_ERROR);
423 isNewline(c);
462 static UBool isNewline(UChar32 c) {
  /libcore/luni/src/main/java/java/io/
PrintStream.java 603 boolean isNewline = b == 0x0A || b == 0x15;
604 if (autoFlush && isNewline) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 329 static bool isNewline(UChar character)
373 if (isNewline(c)) {
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 468 milliseconds