Searched refs:gotNumber (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2424 UBool gotNumber = FALSE; local
2516 gotNumber = TRUE;
2554 // fall through to gotNumber check
2560 if (! gotNumber) {
2574 if (!gotNumber) {
2665 if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) {
2673 if (gotNumber) // i.e., M or MM.
2763 if (gotNumber) // i.e., e or ee
2799 if (gotNumber) // c or cc
2838 if (gotNumber) //
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2451 UBool gotNumber = FALSE; local
2543 gotNumber = TRUE;
2581 // fall through to gotNumber check
2587 if (! gotNumber) {
2601 if (!gotNumber) {
2692 if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) {
2700 if (gotNumber) // i.e., M or MM.
2798 if (gotNumber) // i.e., e or ee
2842 if (gotNumber) // c or cc
2887 if (gotNumber) //
[all...]

Completed in 533 milliseconds