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

  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c 685 uint32_t tempListOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + currConvNum];
686 if (tempListOffset && gMainTable.taggedAliasLists[tempListOffset + 1]) {
687 return tempListOffset;
    [all...]
  /external/icu4c/common/
ucnv_io.cpp 685 uint32_t tempListOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + currConvNum];
686 if (tempListOffset && gMainTable.taggedAliasLists[tempListOffset + 1]) {
687 return tempListOffset;
    [all...]

Completed in 55 milliseconds