Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dutf_string_conversions.cc26 struct SizeCoefficient { struct
31 static constexpr int value = 1;
35 struct SizeCoefficient<char16, char> { struct
37 static constexpr int value = 3;
42 struct SizeCoefficient<wchar_t, char> { struct
44 static constexpr int value = 4;
48 struct SizeCoefficient<wchar_t, char16> { struct
50 static constexpr int value = 2;