mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #1738 - Follow-up: Update comment (no code changes)
This commit is contained in:
parent
9efe3a15b9
commit
dc1d14fcb9
1 changed files with 3 additions and 3 deletions
|
|
@ -469,9 +469,9 @@ IsTrailSurrogate(uint32_t codePoint)
|
|||
/**
|
||||
* Returns true if the given value is a UTF-16 surrogate.
|
||||
*
|
||||
* This function is intended for use in contexts where 32-bit values may need
|
||||
* to be tested to see if they reside in the surrogate range, so it doesn't
|
||||
* just take char16_t.
|
||||
* This function is intended to be used in contexts where 32-bit values may
|
||||
* need to be tested to see if they reside in the surrogate range, so it
|
||||
* doesn't just take char16_t.
|
||||
*/
|
||||
inline bool
|
||||
IsSurrogate(uint32_t codePoint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue