Home
last modified time | relevance | path

Searched refs:UBlockCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duchar.h961 enum UBlockCode { enum
1701 typedef enum UBlockCode UBlockCode; typedef
3106 U_STABLE UBlockCode U_EXPORT2
/external/icu/icu4c/source/common/
Duchar.cpp646 U_CAPI UBlockCode U_EXPORT2
648 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT); in ublock_getCode()
Dbrkeng.cpp214 UBlockCode block = ublock_getCode(code); in loadEngineFor()