Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duchar.h862 enum UBlockCode { enum
1530 typedef enum UBlockCode UBlockCode; typedef
2779 U_STABLE UBlockCode U_EXPORT2
/external/icu/icu4c/source/common/
Duchar.c637 U_CAPI UBlockCode U_EXPORT2
639 return (UBlockCode)((u_getUnicodeProperties(c, 0)&UPROPS_BLOCK_MASK)>>UPROPS_BLOCK_SHIFT); in ublock_getCode()
Dbrkeng.cpp261 UBlockCode block = ublock_getCode(code); in loadEngineFor()