Searched refs:tempTable (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_io.cpp | 1130 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 *)left)->strIndex), in io_compareRows() 1134 tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1152 TempAliasTable tempTable; in ucnv_swapAliases() local 1247 tempTable.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 in ucnv_swapAliases() [all...] |
H A D | uresdata.cpp | 1339 TempTable tempTable; in ures_swap() local 1370 tempTable.majorFormatVersion=pInfo->formatVersion[0]; in ures_swap() 1416 tempTable.localKeyLimit=keysTop<<2; in ures_swap() 1418 tempTable.localKeyLimit=0; in ures_swap() 1439 tempTable.resFlags=stackResFlags; in ures_swap() 1441 tempTable.resFlags=(uint32_t *)uprv_malloc(resFlagsLength); in ures_swap() 1442 if(tempTable.resFlags==NULL) { in ures_swap() 1448 uprv_memset(tempTable.resFlags, 0, resFlagsLength); in ures_swap() 1473 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */ in ures_swap() 1474 if(tempTable in ures_swap() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 1130 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 *)left)->strIndex), in io_compareRows() 1134 tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1152 TempAliasTable tempTable; in ucnv_swapAliases() local 1247 tempTable.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 in ucnv_swapAliases() [all...] |
H A D | uresdata.cpp | 1339 TempTable tempTable; in ures_swap() local 1370 tempTable.majorFormatVersion=pInfo->formatVersion[0]; in ures_swap() 1416 tempTable.localKeyLimit=keysTop<<2; in ures_swap() 1418 tempTable.localKeyLimit=0; in ures_swap() 1439 tempTable.resFlags=stackResFlags; in ures_swap() 1441 tempTable.resFlags=(uint32_t *)uprv_malloc(resFlagsLength); in ures_swap() 1442 if(tempTable.resFlags==nullptr) { in ures_swap() 1448 uprv_memset(tempTable.resFlags, 0, resFlagsLength); in ures_swap() 1473 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */ in ures_swap() 1474 if(tempTable in ures_swap() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 1130 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 *)left)->strIndex), in io_compareRows() 1134 tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1152 TempAliasTable tempTable; in ucnv_swapAliases() local 1247 tempTable.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 in ucnv_swapAliases() [all...] |
H A D | uresdata.cpp | 1339 TempTable tempTable; in ures_swap() local 1370 tempTable.majorFormatVersion=pInfo->formatVersion[0]; in ures_swap() 1416 tempTable.localKeyLimit=keysTop<<2; in ures_swap() 1418 tempTable.localKeyLimit=0; in ures_swap() 1439 tempTable.resFlags=stackResFlags; in ures_swap() 1441 tempTable.resFlags=(uint32_t *)uprv_malloc(resFlagsLength); in ures_swap() 1442 if(tempTable.resFlags==NULL) { in ures_swap() 1448 uprv_memset(tempTable.resFlags, 0, resFlagsLength); in ures_swap() 1473 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */ in ures_swap() 1474 if(tempTable in ures_swap() [all...] |
Completed in 15 milliseconds