Home
last modified time | relevance | path

Searched refs:kLF (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_wordbreak_data.h17 kLF, enumerator
Dcfde_wordbreak_data.cpp17 kWordBreakMaskLF = 1 << static_cast<int>(WordBreakProperty::kLF),
/external/libwebm/webvtt/
Dwebvttparser.cc24 kLF = '\x0A', enumerator
66 if (c == kLF) in GetLine()
102 if (c != kLF) in GetLine()
/external/pdfium/core/fxcrt/
Dfx_unicode.h70 kLF = 28, enumerator
Dfx_ucddata.inc11 CHARPROP____(0x1ffu, kControl, kB, kLF) // U+000A
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp48 kLF = 0x0A, variable
98 case kLF: in skipws()
/external/libwebm/
Dsample_muxer_metadata.cc192 enum { kLF = '\x0A' }; in AddChapter() enumerator
193 title += kLF; in AddChapter()
/external/skqp/tools/bookmaker/
DincludeWriter.h49 kLF, enumerator
DincludeWriter.cpp2635 return wroteLineFeeds ? Wrote::kLF : Wrote::kChars; in rewriteBlock()
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp313 kLF = 10, in is_ascii_7bit_space() enumerator
320 constexpr uint32_t kSpaceMask = M(kHT) | M(kLF) | M(kVT) | M(kFF) | M(kCR); in is_ascii_7bit_space()