Jump to content

UniQueryBlank

From EDM2
Revision as of 01:55, 16 August 2017 by Martini (talk | contribs) (Created page with "UniQueryBlank queries character attributes. ==Syntax== int UniQueryBlank (const LocaleObject locale_object, UniChar uc) ==Parameters== ; locale_object (const LocaleObjec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Example


Format

#include <unidef.h>

int UniQueryBlank
    (const LocaleObject locale_object, UniChar uc) 

Related Functions