Home | History | Annotate | Download | only in cintltst

Lines Matching refs:csp

3055     UCaseProps *csp;
3068 csp=ucase_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3076 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */
3080 ucase_close(csp);