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

<<21222324252627282930>>

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 828 U_STABLE UBool U_EXPORT2
    [all...]
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 30 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
51 static UBool
59 static UBool
67 static UBool
75 static UBool
328 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) {
329 return (UBool)((key1.pointer != NULL) &&
sprpdata.c 36 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode);
95 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode) {
113 getValues(uint32_t result, int32_t* value, UBool* isIndex){
153 UBool isIndex = FALSE;
235 UBool isIndex=FALSE;
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 46 UBool beVerbose=FALSE, haveCopyright=TRUE;
52 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
152 /*UBool* mapWithNorm = (UBool*) context;*/
204 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) {
222 getValues(uint32_t result, int32_t& value, UBool& isIndex){
295 UBool isIndex = FALSE;
335 UBool isIndex;
410 UBool isIndex=FALSE;
tchcfmt.cpp 23 void TestChoiceFormat::runIndexedTest(int32_t index, UBool exec,
35 static UBool chkstatus( UErrorCode &status, const char* msg = NULL )
37 UBool ok = U_SUCCESS(status);
96 const UBool *gotClosures=form->getClosures(count);
326 UBool ok = (form_Assigned == *form_A) && (form_Assigned != *form_B);
464 UBool T = TRUE, F = FALSE;
472 UBool closures[] = { F, F, T, T, F, F };
506 const UBool *closures2 = fmt2.getClosures(count2);
566 UBool isValid,
idnaref.cpp 48 inline static UBool
50 UBool startsWithPrefix = TRUE;
268 UBool allowUnassigned = (UBool)((options & IDNAREF_ALLOW_UNASSIGNED) != 0);
269 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
271 UBool* caseFlags = NULL;
274 UBool srcIsASCII = TRUE;
276 UBool srcIsLDH = TRUE;
355 //caseFlags = (UBool*) uprv_malloc(b1Len * sizeof(UBool))
    [all...]
  /external/icu/libandroidicu/include/unicode/
ucal.h 828 U_STABLE UBool U_EXPORT2
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */
261 U_CAPI UBool U_EXPORT2
266 if(U_FAILURE(*status)) return (UBool) -1;
350 ((Calendar*)cal)->setLenient((UBool)newValue);
435 U_CAPI UBool U_EXPORT2
487 U_CAPI UBool U_EXPORT2
568 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
581 UBool systemID = FALSE;
619 U_CAPI UBool U_EXPORT2
673 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status)
    [all...]
erarules.cpp 34 static UBool isSet(int startDate) {
38 static UBool isValidRuleStartDate(int32_t year, int32_t month, int32_t day) {
111 EraRules* EraRules::createInstance(const char *calType, UBool includeTentativeEra, UErrorCode& status) {
156 UBool hasName = TRUE;
157 UBool hasEnd = TRUE;
indiancal.cpp 97 static UBool isGregorianLeap(int32_t year)
241 int32_t IndianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */ ) const {
336 UBool
347 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
361 UBool IndianCalendar::haveDefaultCentury() const
simpletz.cpp 233 UBool
334 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
386 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
473 UBool southern = (startMonth > endMonth);
532 UBool recalc = FALSE;
708 UBool
720 UBool SimpleTimeZone::inDaylightTime(UDate date, UErrorCode& status) const
733 UBool result = gc->inDaylightTime(status);
745 UBool
    [all...]
transreg.cpp 195 UBool TransliteratorAlias::isRuleBased() const {
234 UBool hasFallback() const;
238 UBool isLocale() const;
251 UBool isSpecLocale; // TRUE if spec is a locale
252 UBool isNextLocale; // TRUE if nextSpec is a locale
309 UBool TransliteratorSpec::hasFallback() const {
355 UBool TransliteratorSpec::isLocale() const {
642 UBool visible,
657 UBool visible,
671 UBool readonlyResourceAlias
    [all...]
basictz.cpp 38 UBool
40 UBool ignoreDstAmount, UErrorCode& status) const {
72 UBool avail1 = getNextTransition(time, FALSE, tr1);
73 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
101 UBool inRange1 = (avail1 && tr1.getTime() <= end);
102 UBool inRange2 = (avail2 && tr2.getTime() <= end);
147 UBool avail;
298 UBool avail;
302 UBool *done = NULL;
310 UBool bFinalStd = FALSE, bFinalDst = FALSE
    [all...]
csr2022.cpp 149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
csrucode.cpp 55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const
  /external/icu/icu4c/source/common/
ubidiimp.h 181 UBool isNumbersSpecial; /* reordering mode for NUMBERS_SPECIAL */
207 #define IS_ODD_RUN(x) ((UBool)(((x)&INDEX_ODD_BIT)!=0))
208 #define IS_EVEN_RUN(x) ((UBool)(((x)&INDEX_ODD_BIT)==0))
210 U_CFUNC UBool
288 UBool mayAllocateText, mayAllocateRuns;
295 UBool isInverse;
310 UBool orderParagraphsLTR;
427 U_CFUNC UBool
428 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
uchriter.cpp 69 UBool
172 UBool
174 return (UBool)(pos < end ? TRUE : FALSE);
186 UBool
188 return (UBool)(pos > begin ? TRUE : FALSE);
ulist.cpp 23 UBool forceDelete;
91 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status) {
124 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status) {
157 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length) {
171 U_CAPI UBool U_EXPORT2 ulist_removeString(UList *list, const char *data) {
uresdata.h 394 UBool noFallback; /* see URES_ATT_NO_FALLBACK */
395 UBool isPoolBundle;
396 UBool usesPoolBundle;
397 UBool useNativeStrcmp;
493 virtual UBool isNoInheritanceMarker() const;
uloc_tag.cpp 398 static UBool
409 static UBool
420 static UBool
431 static UBool
449 static UBool
464 static UBool
478 static UBool
496 static UBool
514 static UBool
529 static UBool
    [all...]
bytesinkutil.cpp 20 UBool
58 UBool
108 UBool
  /external/icu/icu4c/source/tools/genrb/
reslist.h 71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
100 UBool fNoFallback; /* see URES_ATT_NO_FALLBACK */
102 UBool fIsPoolBundle;
166 UBool isTable() const { return fType == URES_TABLE; }
167 UBool isString() const { return fType == URES_STRING; }
216 UBool fWritten; /* res_write() can exit early */
410 void setIncludeCopyright(UBool val);
411 UBool getIncludeCopyright(void);
417 void setUsePoolBundle(UBool use);
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 45 UBool displayFileName = FALSE;
46 UBool displayLineNum = FALSE;
96 UBool matchFound = FALSE;
180 UBool doUsage = FALSE;
181 UBool doVersion = FALSE;
  /external/icu/libandroidicu/static_shim/
shim.cpp 212 UBool u_hasBinaryProperty_android(UChar32 c, UProperty which) {
218 UBool u_isIDIgnorable_android(UChar32 c) {
221 UBool u_isIDPart_android(UChar32 c) {
224 UBool u_isIDStart_android(UChar32 c) {
227 UBool u_isISOControl_android(UChar32 c) {
230 UBool u_isJavaIDPart_android(UChar32 c) {
233 UBool u_isJavaIDStart_android(UChar32 c) {
236 UBool u_isJavaSpaceChar_android(UChar32 c) {
239 UBool u_isMirrored_android(UChar32 c) {
242 UBool u_isUAlphabetic_android(UChar32 c)
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 198 UBool canon)
326 UBool isFirst = TRUE;
375 static int printTransliterators(UBool canon)
556 UBool convertFile(const char *pname,
563 UBool fallback,
578 UBool
586 UBool fallback,
592 UBool ret = TRUE;
596 UBool flush;
597 UBool closeFile = FALSE
    [all...]

Completed in 523 milliseconds

<<21222324252627282930>>