Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

220 static UBool gDefaultConverterContainsOption;
244 static UBool U_CALLCONV ucnv_cleanup(void) {
269 static UBool U_CALLCONV
273 return (UBool)(
511 static UBool
720 UBool mayContainOption = TRUE;
721 UBool checkForAlgorithmic = TRUE;
857 U_CFUNC UBool
977 UBool isCopyLocal;
1140 static UBool haveAvailableConverterList(UErrorCode *pErrorCode) {
1184 UBool containsOption = (UBool)(uprv_strchr(name, UCNV_OPTION_SEP_CHAR) != NULL);
1345 UBool noFromU=FALSE;
1443 noFromU=(UBool)((mbcsHeader.options&MBCS_OPT_NO_FROM_U)!=0);