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

  /external/skia/tools/bookmaker/
textParser.h 159 const char* doubleLF() const {
  /external/skqp/tools/bookmaker/
textParser.h 159 const char* doubleLF() const {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 598 String doubleLF = "\n\n";
605 dmValue = doubleLF + dmValue;
625 int lfPos = defaultValue.indexOf(doubleLF);
634 defaultNode.setValue(defaultValue + doubleLF + dmValue);

Completed in 146 milliseconds