Searched defs:NaturalLess (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libaddressinput/chromium/
H A Dstring_compare.cc63 bool StringCompare::NaturalLess(const std::string& a, function in class:i18n::addressinput::StringCompare
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h121 class NaturalLess { class in namespace:fst
125 NaturalLess() { function in class:fst::NaturalLess
128 LOG(ERROR) << "NaturalLess: Weight type is not idempotent and "
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_compare.cc74 bool NaturalLess(const std::string& a, const std::string& b) const { function in class:i18n::addressinput::StringCompare::Impl
96 bool StringCompare::NaturalLess(const std::string& a, function in class:i18n::addressinput::StringCompare
98 return impl_->NaturalLess(a, b);
/external/openfst/src/include/fst/
H A Dweight.h131 class NaturalLess { class in namespace:fst
135 NaturalLess() { function in class:fst::NaturalLess
137 FSTERROR() << "NaturalLess: Weight type is not idempotent: "

Completed in 100 milliseconds