Home
last modified time | relevance | path

Searched refs:kNumeric (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_wordbreak_data.h26 kNumeric, enumerator
Dcfde_wordbreak_data.cpp28 kWordBreakMaskNumeric = 1 << static_cast<int>(WordBreakProperty::kNumeric),
Dcfde_texteditengine.cpp106 if (next == WordBreakProperty::kNumeric) in GetBreakFlagsFor()
111 if (next == WordBreakProperty::kNumeric) in GetBreakFlagsFor()
119 (flags != 2 || previous != WordBreakProperty::kNumeric); in BreakFlagsChanged()
/external/pdfium/core/fxcrt/
Dfx_unicode.h88 kNumeric, enumerator
Dfx_ucddata.inc49 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0030
50 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0031
51 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0032
52 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0033
53 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0034
54 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0035
55 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0036
56 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0037
57 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0038
58 CHARPROP____(0x1ffu, kNumeric, kEN, kNU) // U+0039
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.h25 enum class EncodingMode { kUnknown = 0, kText, kByte, kNumeric }; enumerator
DBC_PDF417HighLevelEncoder_unittest.cpp80 {"xxxxxx", 0, 6, CBC_PDF417HighLevelEncoder::EncodingMode::kNumeric, in TEST()
DBC_PDF417HighLevelEncoder.cpp103 encodingMode = EncodingMode::kNumeric; in EncodeHighLevel()
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dextension.cc55 constexpr FormatConversionCharSet FormatConversionCharSetInternal::kNumeric; member in absl::str_format_internal::FormatConversionCharSetInternal
Dextension.h368 static constexpr FormatConversionCharSet kNumeric = member
Darg.h170 FormatConversionCharSetInternal::kNumeric,
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dextension.cc55 constexpr FormatConversionCharSet FormatConversionCharSetInternal::kNumeric; member in absl::str_format_internal::FormatConversionCharSetInternal
Dextension.h368 static constexpr FormatConversionCharSet kNumeric = member
Darg.h156 FormatConversionCharSetInternal::kNumeric,
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dextension.cc55 constexpr FormatConversionCharSet FormatConversionCharSetInternal::kNumeric; member in absl::str_format_internal::FormatConversionCharSetInternal
Dextension.h368 static constexpr FormatConversionCharSet kNumeric = member
Darg.h156 FormatConversionCharSetInternal::kNumeric,
/external/abseil-cpp/absl/strings/internal/str_format/
Dextension.h344 kNumeric = kIntegral | kFloating, enumerator
352 numeric = kNumeric,
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dextension.h344 kNumeric = kIntegral | kFloating, enumerator
352 numeric = kNumeric,
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_format.h768 kNumeric = kIntegral | kFloating, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_format.h768 kNumeric = kIntegral | kFloating, enumerator
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_format.h768 kNumeric = kIntegral | kFloating, enumerator
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp277 case FX_CHARTYPE::kNumeric: in AppendChar()
788 } else if (chartype == FX_CHARTYPE::kNumeric) { in GetDisplayPos()
Dcfx_rtfbreak.cpp112 case FX_CHARTYPE::kNumeric: in AppendChar()