Searched refs:ublock_getCode (Results 1 – 8 of 8) sorted by relevance
203 UBlockCode block = ublock_getCode(code); in loadEngineFor()
639 ublock_getCode(UChar32 c) { in ublock_getCode() function
3398 ublock_getCode(UChar32 c);
480 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
1335 …if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK… in TestUnicodeData()1336 …0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041)… in TestUnicodeData()
662 return ublock_getCode(c); in ublock_getCode_android()