Searched hist:"6 ca99ce756c27852d1ea1e555045de1c920f30ed" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | unicode.h | diff 6ca99ce756c27852d1ea1e555045de1c920f30ed Wed Sep 15 02:00:04 CDT 2021 Christoph Hellwig <hch@lst.de> unicode: cache the normalization tables in struct unicode_map
Instead of repeatedly looking up the version add pointers to the NFD and NFD+CF tables to struct unicode_map, and pass a unicode_map plus index to the functions using the normalization tables.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
|
/openbmc/linux/fs/unicode/ |
H A D | utf8n.h | diff 6ca99ce756c27852d1ea1e555045de1c920f30ed Wed Sep 15 02:00:04 CDT 2021 Christoph Hellwig <hch@lst.de> unicode: cache the normalization tables in struct unicode_map
Instead of repeatedly looking up the version add pointers to the NFD and NFD+CF tables to struct unicode_map, and pass a unicode_map plus index to the functions using the normalization tables.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
|
H A D | utf8-selftest.c | diff 6ca99ce756c27852d1ea1e555045de1c920f30ed Wed Sep 15 02:00:04 CDT 2021 Christoph Hellwig <hch@lst.de> unicode: cache the normalization tables in struct unicode_map
Instead of repeatedly looking up the version add pointers to the NFD and NFD+CF tables to struct unicode_map, and pass a unicode_map plus index to the functions using the normalization tables.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
|
H A D | utf8-norm.c | diff 6ca99ce756c27852d1ea1e555045de1c920f30ed Wed Sep 15 02:00:04 CDT 2021 Christoph Hellwig <hch@lst.de> unicode: cache the normalization tables in struct unicode_map
Instead of repeatedly looking up the version add pointers to the NFD and NFD+CF tables to struct unicode_map, and pass a unicode_map plus index to the functions using the normalization tables.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
|
H A D | utf8-core.c | diff 6ca99ce756c27852d1ea1e555045de1c920f30ed Wed Sep 15 02:00:04 CDT 2021 Christoph Hellwig <hch@lst.de> unicode: cache the normalization tables in struct unicode_map
Instead of repeatedly looking up the version add pointers to the NFD and NFD+CF tables to struct unicode_map, and pass a unicode_map plus index to the functions using the normalization tables.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
|