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

  /external/icu/icu4c/source/i18n/
dt_impl.h 34 #define EN_DASH ((UChar)0x2013)
dtitv_impl.h 34 #define EN_DASH ((UChar)0x2013)
dtitvinf.cpp 61 static const UChar gDefaultFallbackPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRACKET, 0};
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 60 private static final char EN_DASH = '\u2013';
186 if (minus == MINUS_SIGN || minus == EN_DASH) {
  /frameworks/minikin/tests/unittest/
HyphenatorTest.cpp 50 const uint16_t EN_DASH = 0x2013;
120 const uint16_t word[] = {'x', EN_DASH, 'y'};

Completed in 183 milliseconds