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

  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 826 UBool hasDigitOffset = FALSE;
827 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset);
833 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
913 UBool hasDigitOffset = FALSE;
914 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
915 if (tmpPos.getErrorIndex() == -1 && hasDigitOffset) {
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 826 UBool hasDigitOffset = FALSE;
827 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset);
833 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
913 UBool hasDigitOffset = FALSE;
914 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
915 if (tmpPos.getErrorIndex() == -1 && hasDigitOffset) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tzfmt.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 831 * @param hasDigitOffset receiving if the parsed zone string contains offset digits
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 255 milliseconds