HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 301 - 325 of 1004) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
pptest.cpp 22 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
35 UBool
36 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError)
126 UBool err1 = FALSE;
127 UBool err2 = FALSE;
128 UBool err3 = FALSE;
  /external/icu4c/common/
rbbirb.h 138 UBool fChainRules; // True for chained Unicode TR style rules.
141 UBool fLBCMNoChain; // True: suppress chaining of rules on
144 UBool fLookAheadHardBreak; // True: Look ahead matches cause an
unorm.cpp 70 U_CAPI UBool U_EXPORT2
78 U_CAPI UBool U_EXPORT2
117 _iterate(UCharIterator *src, UBool forward,
120 UBool doNormalize, UBool *pNeededToNormalize,
177 unorm_iterate(UCharIterator *src, UBool forward,
180 UBool doNormalize, UBool *pNeededToNormalize,
200 UBool doNormalize, UBool *pNeededToNormalize
    [all...]
dtintrv.cpp 54 UBool
locavailable.cpp 36 static UBool U_CALLCONV locale_available_cleanup(void)
57 UBool needInit;
110 static UBool U_CALLCONV uloc_cleanup(void) {
126 UBool localesLoaded;
servnotf.h 109 virtual UBool acceptsListener(const EventListener& l) const = 0;
uarrsort.h 61 UBool sortStable, UErrorCode *pErrorCode);
ucol_swp.h 32 U_INTERNAL UBool U_EXPORT2
usc_impl.h 134 U_CAPI UBool U_EXPORT2
util.cpp 69 UBool ICU_Utility::isUnprintable(UChar32 c) {
79 UBool ICU_Utility::escapeUnprintable(UnicodeString& result, UChar32 c) {
134 UBool advance) {
165 //? UBool isForward = (stop >= pos);
199 UBool ICU_Utility::parseChar(const UnicodeString& id, int32_t& pos, UChar ch) {
297 UBool isLiteral,
298 UBool escapeUnprintable,
386 UBool isLiteral,
387 UBool escapeUnprintable,
400 UBool escapeUnprintable
    [all...]
uvectr32.cpp 84 UBool UVector32::operator==(const UVector32& other) {
115 UBool UVector32::containsAll(const UVector32& other) const {
124 UBool UVector32::containsNone(const UVector32& other) const {
133 UBool UVector32::removeAll(const UVector32& other) {
134 UBool changed = FALSE;
145 UBool UVector32::retainAll(const UVector32& other) {
146 UBool changed = FALSE;
170 UBool UVector32::equals(const UVector32 &other) const {
198 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) {
  /external/icu4c/common/unicode/
utext.h 370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
384 U_STABLE UBool U_EXPORT2
421 U_STABLE UBool U_EXPORT2
608 U_STABLE UBool U_EXPORT2
803 U_STABLE UBool U_EXPORT2
815 U_STABLE UBool U_EXPORT2
    [all...]
schriter.h 122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
  /external/icu4c/i18n/
fphdlimp.cpp 31 UBool
62 UBool
113 UBool
udatpg.cpp 79 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
96 UnicodeString patternString((UBool)(length<0), pattern, length);
113 UnicodeString patternString((UBool)(length<0), pattern, length);
121 UBool override,
131 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength);
146 UnicodeString valueString((UBool)(length<0), value, length);
165 UnicodeString valueString((UBool)(length<0), value, length);
183 UnicodeString dtFormatString((UBool)(length<0), dtFormat, length);
200 UnicodeString decimalString((UBool)(length<0), decimal, length);
239 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength)
    [all...]
anytrans.h 73 UBool incremental) const;
currfmt.h 58 virtual UBool operator==(const Format& other) const;
funcrepl.h 91 UBool escapeUnprintable) const;
rbt_data.h 85 UBool variablesAreOwned;
ucln_in.c 30 static UBool i18n_cleanup(void)
ucsdet.cpp 141 U_CAPI UBool U_EXPORT2
152 U_CAPI UBool U_EXPORT2
153 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter)
161 UBool prev = csd->getStripTagsFlag();
  /external/icu4c/i18n/unicode/
search.h 272 virtual UBool operator==(const SearchIterator &that) const;
280 UBool operator!=(const SearchIterator &that) const;
566 inline UBool SearchIterator::operator!=(const SearchIterator &that) const
tmutfmt.h 136 virtual UBool operator==(const Format& other) const;
145 UBool operator!=(const Format& other) const;
259 inline UBool
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 96 UBool contains(UChar32 c) const {
98 return (UBool)latin1[c];
100 return (UBool)UTRIE_GET8_FROM_LEAD(&trie, c);
  /external/icu4c/tools/toolutil/
ucbuf.h 60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
183 U_CAPI UBool U_EXPORT2

Completed in 845 milliseconds

<<11121314151617181920>>