HomeSort by relevance Sort by last modified time
    Searched refs:uprv_isPositiveInfinity (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/common/
putilimp.h 46 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
putil.c 390 uprv_isPositiveInfinity(double number)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 250 if(uprv_isPositiveInfinity(pinf) != TRUE) {
292 if(uprv_isPositiveInfinity(ninf) != FALSE) {
356 if(uprv_isPositiveInfinity(1/pzero) != TRUE) {
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 249 if(uprv_isPositiveInfinity(pinf) != TRUE) {
291 if(uprv_isPositiveInfinity(ninf) != FALSE) {
355 if(uprv_isPositiveInfinity(1/pzero) != TRUE) {
  /external/icu/icu4c/source/common/
putilimp.h 290 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
putil.cpp 404 uprv_isPositiveInfinity(double number)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 470 if (uprv_isPositiveInfinity(fChoiceLimits[i])) {
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 294 if (uprv_isPositiveInfinity(limits[i])) {
plurrule.cpp     [all...]
decimfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 101 log_verbose("Testing the API uprv_isPositiveInfinity()\n");
102 isTrue=uprv_isPositiveInfinity(uprv_getInfinity());
104 log_err("ERROR: uprv_isPositiveInfinity failed.\n");
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 118 log_verbose("Testing the API uprv_isPositiveInfinity()\n");
119 isTrue=uprv_isPositiveInfinity(uprv_getInfinity());
121 log_err("ERROR: uprv_isPositiveInfinity failed.\n");
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 92 milliseconds