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

  /external/icu4c/i18n/
uspoof.cpp 464 const UnicodeSet *numerics = identifierInfo->getNumerics(); local
465 if (numerics->size() > 1) {
469 // TODO: ICU4J returns the UnicodeSet of the numerics found in the identifier.
472 // checkResult.numerics = numerics;
  /external/icu4c/test/intltest/
itspoof.cpp 531 UnicodeSet numerics(UnicodeString(test.fNumerics).unescape(), status);
533 TEST_ASSERT_MSG(numerics == *idInfo.getNumerics(), testNumStr);
  /external/chromium_org/third_party/pymock/
mock.py 1721 numerics = "add sub mul div floordiv mod lshift rshift and xor or pow " variable
    [all...]

Completed in 77 milliseconds