Lines Matching refs:UBool
63 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
71 return (UBool)(uhash_compareChars(name1, name2) &&
80 static UBool chopLocale(char *name) {
178 UBool deletedMore;
225 U_CAPI UBool U_EXPORT2 ures_dumpCacheContents(void) {
226 UBool cacheNotEmpty = FALSE;
260 static UBool U_CALLCONV ures_cleanup(void)
316 /*UBool isAlias = FALSE;*/
459 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
461 UBool hasRealData = FALSE;
471 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0);
472 hasRealData = (UBool)(r->fBogus == U_ZERO_ERROR);
487 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
495 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) {
505 static UBool ures_isStackObject(const UResourceBundle* resB) {
515 static UBool // returns U_SUCCESS(*status)
518 UBool usingUSRData, char usrDataPath[], UErrorCode *status) {
520 UBool hasChopped = TRUE;
568 static UBool // returns U_SUCCESS(*status)
620 UBool isDefault = FALSE;
621 UBool isRoot = FALSE;
622 UBool hasRealData = FALSE;
623 UBool hasChopped = TRUE;
624 UBool usingUSRData = U_USE_USRDATA && ( path == NULL || uprv_strncmp(path,U_ICUDATA_NAME,8) == 0);
916 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj)
1244 UBool isStackObject;
1298 UBool forceCopy,
1360 UBool forceCopy,
1475 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) {
1479 return (UBool)(resB->fIndex < resB->fSize-1);
1683 UBool forceCopy,
1939 UBool hasParent = parentEntry != NULL && U_SUCCESS(parentEntry->fBogus);
2151 UBool forceCopy,
2256 UBool isStackObject;
2530 static UBool isLocaleInList(UEnumeration *locEnum, const char *locToSearch, UErrorCode *status) {
2543 UBool *isAvailable, UBool omitDefault, UErrorCode *status)
2954 U_INTERNAL UBool U_EXPORT2