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

  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 134 #define DIGIT_VAL(c) (0x0030 <= (c) && (c) <= 0x0039 ? (c) - 0x0030 : -1)
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 134 #define DIGIT_VAL(c) (0x0030 <= (c) && (c) <= 0x0039 ? (c) - 0x0030 : -1)
    [all...]

Completed in 73 milliseconds