Jump to content

UniQueryBlank

From EDM2

UniQueryBlank queries character attributes.

Syntax

int UniQueryBlank (const LocaleObject locale_object, UniChar uc)

Parameters

locale_object (const LocaleObject)
A locale object created by UniCreateLocaleObject or NULL.
uc (UniChar)
The UniChar character to query.

Returns

Return Value (int) - returns
If the result of the test is true, the function returns 1. Otherwise, 0 is returned.

Remarks

This function provides the functionality of UniCreateAttrObject, UniQueryCharAttr, and UniFreeAttrObject as an atomic operation for the invariant attributes.

The locale may be specified as NULL to indicate default Unicode character attributes.

Format

#include <unidef.h>

int UniQueryBlank (const LocaleObject locale_object, UniChar uc)

Related Functions