HomeSort by relevance Sort by last modified time
    Searched refs:uprv_min (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/common/
umath.c 20 uprv_min(int32_t x, int32_t y) function
ucnvdisp.c 68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
72 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity));
uloc_tag.c 704 uprv_memcpy(bcpKey, bcpKeyBuf, uprv_min(resultLen, bcpKeyCapacity));
778 uprv_memcpy(key, resKey, uprv_min(resultLen, keyCapacity));
896 uprv_memcpy(bcpType, bcpTypeBuf, uprv_min(resultLen, bcpTypeCapacity));
1002 copyLen = uprv_min(resultLen, typeCapacity);
1040 uprv_memcpy(appendAt + reslen, LANG_UND, uprv_min(LANG_UND_LEN, capacity - reslen));
1050 uprv_memcpy(appendAt + reslen, LANG_UND, uprv_min(LANG_UND_LEN, capacity - reslen));
1063 uprv_memcpy(appendAt + reslen, buf, uprv_min(len, capacity - reslen));
1104 uprv_memcpy(appendAt + reslen, buf, uprv_min(len, capacity - reslen));
1146 uprv_memcpy(appendAt + reslen, buf, uprv_min(len, capacity - reslen));
    [all...]
putilimp.h 122 U_INTERNAL int32_t U_EXPORT2 uprv_min(int32_t d, int32_t y);
uvectr64.cpp 53 initialCapacity = uprv_min(DEFAULT_CAPACITY, maxCapacity);
uvectr32.cpp 56 initialCapacity = uprv_min(DEFAULT_CAPACITY, maxCapacity);
locdispnames.cpp 331 int32_t copyLength=uprv_min(length, destCapacity);
338 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
uloc.c     [all...]
putil.c     [all...]
ushape.c     [all...]
  /external/icu4c/i18n/
tblcoll.cpp 341 return getEComparisonResult(compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status));
350 return compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status);
rbt_rule.cpp 458 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart));
rbt_set.cpp 146 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1);
153 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1);
anytrans.cpp 256 pos.limit = uprv_min(allLimit, it.limit);
numfmt.cpp 978 fMaxIntegerDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
1000 fMinIntegerDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits));
1022 fMaxFractionDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
1044 fMinFractionDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits));
    [all...]
ucol_res.cpp 571 u_memcpy(buffer, ucaRules, uprv_min(UCAlen, bufferLen));
574 u_memcpy(buffer+UCAlen, rules, uprv_min(len, bufferLen-UCAlen));
    [all...]
rbt_pars.cpp     [all...]
timezone.cpp     [all...]
  /external/icu4c/test/cintltst/
putiltst.c 83 log_verbose("Testing the API uprv_min()\n");
84 doAssert(uprv_min(-4, 2), -4, "uprv_min(-4, 2) failed.");
cmsccoll.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 945 #define uprv_min macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 945 #define uprv_min macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 945 #define uprv_min macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 945 #define uprv_min macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1325 #define uprv_min macro
    [all...]

Completed in 594 milliseconds

1 2