Home
last modified time | relevance | path

Searched defs:Norm (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/icu/source/tools/gennorm2/
Dnorms.h58 struct Norm { struct
59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
64 void setMappingCP() { in setMappingCP()
73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
84 UnicodeString *mapping;
85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
87 int32_t mappingPhase;
88 MappingType mappingType;
[all …]
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.h58 struct Norm { struct
59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
64 void setMappingCP() { in setMappingCP()
73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
84 UnicodeString *mapping;
85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
87 int32_t mappingPhase;
88 MappingType mappingType;
[all …]
/external/licenseclassifier/v2/
Ddocument.go40 Norm string // The normalized token sequence member
/external/llvm/tools/dsymutil/
DDebugMap.cpp149 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO); in mapping() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.cc61 XlaOp Norm(std::vector<XlaOp> xs) { in Norm() function