Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UBLOCK_BASIC_LATIN

1333     if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATINUBLOCK_BASIC_LATIN) {
1334 log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041));