OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasDigitOffset
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tzfmt.cpp
814
UBool
hasDigitOffset
= FALSE;
815
offset = parseOffsetLocalizedGMT(text, tmpPos, fallbackShortLocalizedGMT, &
hasDigitOffset
);
821
if (tmpPos.getIndex() == maxPos ||
hasDigitOffset
) {
901
UBool
hasDigitOffset
= FALSE;
902
offset = parseOffsetISO8601(text, tmpPos, FALSE, &
hasDigitOffset
);
903
if (tmpPos.getErrorIndex() == -1 &&
hasDigitOffset
) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 855 milliseconds