Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

204 static UBool U_CALLCONV
208 return (UBool)(
219 static UBool U_CALLCONV ucnv_io_cleanup(void)
312 static UBool
318 static inline UBool
324 return (UBool)(*alias!=0);
391 UBool afterDigit = FALSE;
426 UBool afterDigit = FALSE;
482 UBool afterDigit1 = FALSE, afterDigit2 = FALSE;
552 findConverter(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) {
604 UBool containsCnvOptionInfo = (UBool)gMainTable.optionTable->containsCnvOptionInfo;
605 *containsOption = (UBool)((containsCnvOptionInfo
620 static inline UBool
738 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) {