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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 847 UDAT_PARSE_ALLOW_WHITESPACE,
864 * An example would be a true value for a key of UDAT_PARSE_ALLOW_WHITESPACE indicating allowing whitespace leniency.
867 * @param attr The attribute to query; e.g. UDAT_PARSE_ALLOW_WHITESPACE.
880 * @param attr The attribute to set; one of UDAT_PARSE_ALLOW_WHITESPACE or UDAT_PARSE_ALLOW_NUMERIC
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udat.h 850 UDAT_PARSE_ALLOW_WHITESPACE = 0,
879 * An example would be a true value for a key of UDAT_PARSE_ALLOW_WHITESPACE indicating allowing whitespace leniency.
882 * @param attr The attribute to query; e.g. UDAT_PARSE_ALLOW_WHITESPACE.
895 * @param attr The attribute to set; one of UDAT_PARSE_ALLOW_WHITESPACE or UDAT_PARSE_ALLOW_NUMERIC
    [all...]

Completed in 106 milliseconds