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

  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 347 OPTION_FIRST,
643 case OPTION_FIRST:
647 // the calculation below assumes that OPTION_FIRST and OPTION_LAST are at i and i+1 and that the first
649 src->parsedToken.indirectIndex = (uint16_t)(i-OPTION_FIRST+1+j*2);
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 347 OPTION_FIRST,
643 case OPTION_FIRST:
647 // the calculation below assumes that OPTION_FIRST and OPTION_LAST are at i and i+1 and that the first
649 src->parsedToken.indirectIndex = (uint16_t)(i-OPTION_FIRST+1+j*2);
    [all...]

Completed in 16 milliseconds