Searched refs:strIndex (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | grxmldoc.cpp | 1230 std::string strIndex = "eps"; in WriteOLabels() local 1231 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp); in WriteOLabels() 1233 m_OutputPtxtLabels.remove(strIndex); in WriteOLabels() 1234 m_OutputPtxtLabels.insert(strIndex, count); in WriteOLabels() 1235 invMap.insert( count, strIndex); in WriteOLabels() 1238 strIndex = "{"; in WriteOLabels() 1239 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp); in WriteOLabels() 1241 m_OutputPtxtLabels.remove(strIndex); in WriteOLabels() 1242 m_OutputPtxtLabels.insert(strIndex, count); in WriteOLabels() 1243 invMap.insert( count, strIndex); in WriteOLabels()
|
/external/icu4c/i18n/ |
D | uspoof_conf.cpp | 329 int32_t strIndex = fStringTable->length(); in build() local 341 s->fStrTableIndex = strIndex; in build() 345 previousStringIndex = strIndex; in build()
|
/external/chromium/third_party/icu/source/i18n/ |
D | uspoof_buildconf.cpp | 329 int32_t strIndex = fStringTable->length(); in build() local 341 s->fStrTableIndex = strIndex; in build() 345 previousStringIndex = strIndex; in build()
|
/external/chromium/third_party/icu/source/common/ |
D | ucnv_io.c | 1093 uint16_t strIndex, sortIndex; member 1115 …_t)uprv_strcmp(tempTable->stripForCompare(strippedLeft, chars+2*((const TempRow *)left)->strIndex), in io_compareRows() 1116 … tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1267 tempTable.rows[i].strIndex=ds->readUInt16(p[i]); in ucnv_swapAliases()
|
/external/icu4c/common/ |
D | ucnv_io.c | 1093 uint16_t strIndex, sortIndex; member 1115 …_t)uprv_strcmp(tempTable->stripForCompare(strippedLeft, chars+2*((const TempRow *)left)->strIndex), in io_compareRows() 1116 … tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1267 tempTable.rows[i].strIndex=ds->readUInt16(p[i]); in ucnv_swapAliases()
|