Home | History | Annotate | Download | only in cintltst

Lines Matching refs:x41

199     const UChar upper[] = {0x41, 0x42, 0x00b2, 0x01c4, 0x01c6, 0x01c9, 0x01c8, 0x01c9, 0x000c, 0x0000};
610 U_GET_GC_MASK(0x41)!=U_GC_LU_MASK ||
1104 {0x41, U_UPPERCASE_LETTER},
1250 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
2076 {0x41, { 1, 1, 0, 0 }},
3090 if(ucase_tolower(ccsp, 0x41)!=0x41) {