Searched defs:hasDigitOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp826 UBool hasDigitOffset = FALSE; local
827 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset);
833 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
913 UBool hasDigitOffset = FALSE; local
914 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
915 if (tmpPos.getErrorIndex() == -1 && hasDigitOffset) {
1071 UBool hasDigitOffset = FALSE;
1072 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
1074 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
1097 UBool hasDigitOffset
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp826 UBool hasDigitOffset = FALSE; local
827 offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &hasDigitOffset);
833 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
913 UBool hasDigitOffset = FALSE; local
914 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
915 if (tmpPos.getErrorIndex() == -1 && hasDigitOffset) {
1071 UBool hasDigitOffset = FALSE;
1072 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset);
1074 if (tmpPos.getIndex() == maxPos || hasDigitOffset) {
1097 UBool hasDigitOffset
[all...]

Completed in 394 milliseconds