mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implementation.
This commit is contained in:
parent
cbc1d586e1
commit
4d5e597e5f
5 changed files with 69 additions and 6035 deletions
|
|
@ -25,13 +25,6 @@ public:
|
|||
NS_IMETHOD NormalizeUnicodeNFKD( const nsAString& aSrc, nsAString& aDest) override;
|
||||
NS_IMETHOD NormalizeUnicodeNFKC( const nsAString& aSrc, nsAString& aDest) override;
|
||||
|
||||
#if !ENABLE_INTL_API
|
||||
// Low-level access to the composition data needed for HarfBuzz callbacks;
|
||||
// only required when ICU is not available in the build.
|
||||
static bool Compose(uint32_t a, uint32_t b, uint32_t *ab);
|
||||
static bool DecomposeNonRecursively(uint32_t comp, uint32_t *c1, uint32_t *c2);
|
||||
#endif
|
||||
|
||||
private:
|
||||
virtual ~nsUnicodeNormalizer();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue