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

  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 69 o infinite is actually a predefine value PSEUDO_INFINIT defined in this file
141 const int PSEUDO_INFINIT = 200;
wbnf.cpp 1049 if (min_max > PSEUDO_INFINIT){
1050 return FALSE; // PSEUDO_INFINIT is less than the real maximum
1053 max = PSEUDO_INFINIT;
    [all...]
  /external/icu4c/test/intltest/
wbnf.h 69 o infinite is actually a predefine value PSEUDO_INFINIT defined in this file
141 const int PSEUDO_INFINIT = 200;
wbnf.cpp 1049 if (min_max > PSEUDO_INFINIT){
1050 return FALSE; // PSEUDO_INFINIT is less than the real maximum
1053 max = PSEUDO_INFINIT;
    [all...]

Completed in 776 milliseconds