Home
last modified time | relevance | path

Searched refs:tempTable (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_io.cpp1130 TempAliasTable *tempTable=(TempAliasTable *)context; in io_compareRows() local
1131 const char *chars=tempTable->chars; in io_compareRows()
1133 …return (int32_t)uprv_strcmp(tempTable->stripForCompare(strippedLeft, chars+2*((const TempRow *)lef… in io_compareRows()
1134tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows()
1152 TempAliasTable tempTable; in ucnv_swapAliases() local
1247tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */ in ucnv_swapAliases()
1250 tempTable.rows=rows; in ucnv_swapAliases()
1251 tempTable.resort=resort; in ucnv_swapAliases()
1253 tempTable.rows=(TempRow *)uprv_malloc(count*sizeof(TempRow)+count*2); in ucnv_swapAliases()
1254 if(tempTable.rows==NULL) { in ucnv_swapAliases()
[all …]
Duresdata.cpp1307 TempTable tempTable; in ures_swap() local
1338 tempTable.majorFormatVersion=pInfo->formatVersion[0]; in ures_swap()
1384 tempTable.localKeyLimit=keysTop<<2; in ures_swap()
1386 tempTable.localKeyLimit=0; in ures_swap()
1407 tempTable.resFlags=stackResFlags; in ures_swap()
1409 tempTable.resFlags=(uint32_t *)uprv_malloc(resFlagsLength); in ures_swap()
1410 if(tempTable.resFlags==NULL) { in ures_swap()
1416 uprv_memset(tempTable.resFlags, 0, resFlagsLength); in ures_swap()
1441 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */ in ures_swap()
1442 if(tempTable.majorFormatVersion>1 || maxTableLength<=STACK_ROW_CAPACITY) { in ures_swap()
[all …]