Searched refs:UBool (Results 1 - 17 of 17) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | uchar.h | 2490 U_CAPI UBool U_EXPORT2
2517 U_CAPI UBool U_EXPORT2
2550 U_CAPI UBool U_EXPORT2
2565 U_CAPI UBool U_EXPORT2
2580 U_CAPI UBool U_EXPORT2
2601 U_CAPI UBool U_EXPORT2
2618 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
2752 U_CAPI UBool U_EXPORT2
2779 U_CAPI UBool U_EXPORT [all...] |
H A D | ucnv.h | 874 * is not MBCS. Fills in an array of type UBool, with the value of the byte
888 UBool starters[256],
1034 UBool flush,
1103 UBool flush,
1391 UBool reset, UBool flush,
1810 U_CAPI UBool U_EXPORT2
1829 ucnv_setFallback(UConverter *cnv, UBool usesFallback);
1840 U_CAPI UBool U_EXPORT2
1921 U_CAPI UBool U_EXPORT [all...] |
H A D | unorm2.h | 442 U_CAPI UBool U_EXPORT2
507 U_CAPI UBool U_EXPORT2
519 U_CAPI UBool U_EXPORT2
530 U_CAPI UBool U_EXPORT2
|
H A D | uset.h | 340 UBool escapeUnprintable,
422 U_CAPI UBool U_EXPORT2
433 U_CAPI UBool U_EXPORT2
444 U_CAPI UBool U_EXPORT2
|
H A D | ucal.h | 841 U_CAPI UBool U_EXPORT2
1100 U_CAPI UBool U_EXPORT2
1214 U_CAPI UBool U_EXPORT2
1330 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status);
1360 UBool commonlyUsed,
1443 U_CAPI UBool U_EXPORT2
1524 U_CAPI UBool U_EXPORT2
|
H A D | uscript.h | 570 U_CAPI UBool U_EXPORT2
684 U_CAPI UBool U_EXPORT2
696 U_CAPI UBool U_EXPORT2
707 U_CAPI UBool U_EXPORT2
|
H A D | ucol.h | 414 UBool addPrefixes, UErrorCode *status);
511 U_CAPI UBool U_EXPORT2
530 U_CAPI UBool U_EXPORT2
549 U_CAPI UBool U_EXPORT2
772 UBool commonlyUsed,
809 UBool* isAvailable, UErrorCode* status);
|
H A D | udat.h | 876 U_CAPI UBool U_EXPORT2
890 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
1153 U_CAPI UBool U_EXPORT2
1167 UBool isLenient);
1331 UBool localized,
1348 UBool localized,
|
H A D | ucnv_err.h | 196 UBool flush; /**< The internal state of converter will be reset and data flushed if set to true. @stable ICU 2.0 */
212 UBool flush; /**< The internal state of converter will be reset and data flushed if set to true. @stable ICU 2.0 */
|
H A D | ubidi.h | 634 ubidi_setInverse(UBiDi *pBiDi, UBool isInverse);
652 U_CAPI UBool U_EXPORT2
676 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
689 U_CAPI UBool U_EXPORT2
|
H A D | utypes.h | 620 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
in U_SUCCESS() 626 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
in U_FAILURE()
|
H A D | uidna.h | 160 UBool isTransitionalDifferent;
161 UBool reservedB3; /**< Reserved field, do not use. @internal */
|
H A D | utrans.h | 453 UBool escapeUnprintable,
478 UBool ignoreFilter,
|
H A D | uloc.h | 1007 U_CAPI UBool U_EXPORT2
1278 UBool strict,
|
H A D | unum.h | 868 UBool localized,
1249 UBool isPatternLocalized,
|
H A D | ubrk.h | 457 U_CAPI UBool U_EXPORT2
|
H A D | umachine.h | 267 typedef int8_t UBool;
typedef 297 * The TRUE value of a UBool.
305 * The FALSE value of a UBool.
|
Completed in 25 milliseconds