Home
last modified time | relevance | path

Searched defs:digraph (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex_creator.hpp48 struct digraph : public std::pair<charT, charT> struct
50 digraph() : std::pair<charT, charT>(charT(0), charT(0)){} in digraph() function
51 digraph(charT c1) : std::pair<charT, charT>(c1, charT(0)){} in digraph() function
52 digraph(charT c1, charT c2) : std::pair<charT, charT>(c1, c2) in digraph() function
54 digraph(const digraph<charT>& d) : std::pair<charT, charT>(d.first, d.second){} in digraph() argument
59 digraph(const Seq& s) : std::pair<charT, charT>() in digraph() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dbasic_regex_creator.hpp38 struct digraph : public std::pair<charT, charT> struct
40 digraph() : std::pair<charT, charT>(charT(0), charT(0)){} in digraph() argument
41 digraph(charT c1) : std::pair<charT, charT>(c1, charT(0)){} in digraph() argument
42 digraph(charT c1, charT c2) : std::pair<charT, charT>(c1, c2) in digraph() function
44 digraph(const digraph<charT>& d) : std::pair<charT, charT>(d.first, d.second){} in digraph() argument
47 digraph(const Seq& s) : std::pair<charT, charT>() in digraph() function
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.cpp60 const DigraphUtils::digraph_t *const digraph = in getDigraphCodePointForIndex() local
93 const DigraphUtils::digraph_t *const digraph = getDigraphForDigraphTypeAndCodePoint( in getDigraphForCodePoint() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/benches/common/
Dfactories.rs264 pub fn digraph() -> GraphFactory<Directed, Graph<(), (), Directed>> { in digraph() function
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dyacc.py2057 def digraph(X, R, FP): function
/aosp_15_r20/external/ply/ply/ply/
H A Dyacc.py2057 def digraph(X, R, FP): function
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dyacc.py1901 def digraph(X,R,FP): function
/aosp_15_r20/external/python/pycparser/pycparser/ply/
Dyacc.py2055 def digraph(X, R, FP): function