Home | History | Annotate | Download | only in cintltst

Lines Matching defs:subChars

3539     static const char subChars[5]={ 0x61, 0x62, 0x63, 0x64, 0x65 };
3590 if(U_FAILURE(errorCode) || len8!=sizeof(subChars) || 0!=uprv_memcmp(buffer, subChars, len8)) {