Searched refs:kMaxUnicode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/base/nix/ |
H A D | mime_util_xdg.cc | 42 constexpr uint32_t kMaxUnicode = 0x10ffff; variable 158 if (!ReadInt(buf, tree_offset, "N_ROOTS", 0, kMaxUnicode, &root.n_children)) { in ParseMimeTypes() 176 if (!ReadInt(buf, p, "CHARACTER", 0, kMaxUnicode, &c)) { in ParseMimeTypes() 209 if (!ReadInt(buf, p, "N_CHILDREN", 0, kMaxUnicode, &node.n_children)) { in ParseMimeTypes()
|