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

  /external/chromium_org/third_party/icu/source/common/
ucnvisci.c 124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
197 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
251 data->currentDeltaToUnicode=data->defDeltaToUnicode;
260 data->currentDeltaFromUnicode=data->defDeltaToUnicode;
    [all...]
  /external/icu4c/common/
ucnvisci.c 122 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
208 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
254 data->currentDeltaToUnicode=data->defDeltaToUnicode;
263 data->currentDeltaFromUnicode=data->defDeltaToUnicode;
    [all...]

Completed in 562 milliseconds