HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 576 - 600 of 1117) sorted by null

<<21222324252627282930>>

  /external/cldr/tools/c/genldml/
genldml.h 159 void writeCalendar(ResourceBundle& calendar, UnicodeString& cal,UBool isDefault, UnicodeString& xmlString);
181 void writeFormat(const char* style, const char* start, const char* end, const char* type,UnicodeString& pattern, UnicodeString& xmlString, UBool split=FALSE);
183 void writeFormat(const char* elemName, const char* style, const char* start, const char* end, const char* type,UnicodeString& pattern, UnicodeString& xmlString, UBool split=FALSE);
260 uint32_t parseRules(Token* src, UBool startOfRules);
  /external/icu/icu4c/source/common/
propname.h 111 static UBool containsName(BytesTrie &trie, const char *name);
servloc.h 150 virtual UBool fallback();
156 virtual UBool isFallbackOf(const UnicodeString& id) const;
244 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const;
269 // virtual UBool isSupportedID(const UnicodeString& id, UErrorCode& status) const;
339 //virtual UBool isSupportedID(const UnicodeString& id, UErrorCode& status) const;
515 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, UErrorCode& status);
stringpiece.cpp 54 U_EXPORT UBool U_EXPORT2
ucln_cmn.cpp 94 U_CFUNC UBool ucln_lib_cleanup(void) {
ucnv_imp.h 53 U_CFUNC UBool
ucnv_io.h 97 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode);
ustr_titlecase_brkiter.cpp 47 UBool operator==(const BreakIterator&) const U_OVERRIDE;
63 UBool isBoundary(int32_t offset) U_OVERRIDE;
76 UBool WholeStringBreakIterator::operator==(const BreakIterator&) const { return FALSE; }
121 UBool WholeStringBreakIterator::isBoundary(int32_t /*offset*/) { return FALSE; }
utrie.cpp 36 static inline UBool
43 return (UBool)(length==0);
52 UBool latin1Linear) {
71 trie->isAllocated= (UBool)(fillIn==NULL);
118 UBool isDataAllocated;
221 U_CAPI UBool U_EXPORT2
240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) {
253 *pInBlockZero= (UBool)(block==0);
264 uint32_t value, uint32_t initialValue, UBool overwrite) {
283 U_CAPI UBool U_EXPORT
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubidi.h 630 ubidi_setInverse(UBiDi *pBiDi, UBool isInverse);
648 U_STABLE UBool U_EXPORT2
672 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
685 U_STABLE UBool U_EXPORT2
    [all...]
udata.h 173 typedef UBool U_CALLCONV
ures.h 430 UBool forceCopy,
572 U_STABLE UBool U_EXPORT2
697 UBool forceCopy,
    [all...]
utypes.h 682 inline UBool U_SUCCESS(UErrorCode code) { return (UBool)(code<=U_ZERO_ERROR); }
688 inline UBool U_FAILURE(UErrorCode code) { return (UBool)(code>U_ZERO_ERROR); }
  /external/icu/icu4c/source/i18n/
csrutf8.cpp 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const {
measure.cpp 59 UBool Measure::operator==(const UObject& other) const {
remtrans.cpp 60 UBool /*isIncremental*/) const {
strmatch.cpp 93 UBool incremental) {
163 UBool escapeUnprintable) const
192 UBool StringMatcher::matchesIndexValue(uint8_t v) const {
247 UBool /*escapeUnprintable*/) const {
unumsys.cpp 69 U_CAPI UBool U_EXPORT2
ztrans.h 74 U_CAPI UBool U_EXPORT2
  /external/icu/icu4c/source/i18n/unicode/
stsearch.h 299 virtual UBool operator==(const SearchIterator &that) const;
uformattable.h 134 U_STABLE UBool U_EXPORT2
  /external/icu/icu4c/source/io/
ufile.cpp 55 UBool takeOwnership
211 U_CAPI UBool U_EXPORT2
214 UBool endOfBuffer;
218 endOfBuffer = (UBool)(f->str.fPos >= f->str.fLimit);
ufmt_cmn.cpp 55 UBool
61 return (UBool)(digitVal < radix && digitVal >= 0);
72 UBool uselower,
108 UBool uselower)
  /external/icu/icu4c/source/samples/udata/
reader.c 58 static UBool
  /external/icu/icu4c/source/test/cintltst/
callcoll.h 58 UBool hasCollationElements(const char *locName);

Completed in 746 milliseconds

<<21222324252627282930>>