Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc49 std::string LengthModFor(float) { return ""; } in LengthModFor() function
50 std::string LengthModFor(double) { return ""; } in LengthModFor() function
51 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
52 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
53 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
54 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
55 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
56 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
57 std::string LengthModFor(int) { return ""; } in LengthModFor() function
58 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc35 std::string LengthModFor(float) { return ""; } in LengthModFor() function
36 std::string LengthModFor(double) { return ""; } in LengthModFor() function
37 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
38 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
39 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
40 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
41 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
42 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
43 std::string LengthModFor(int) { return ""; } in LengthModFor() function
44 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]