Searched refs:inTable (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 19 my $inTable; 92 $inTable = 1; 139 if($inTable) { 140 undef $inTable; 148 if(!$inTable) { 157 if($inTable) { 246 if($inTable) { 331 if(!$inTable) {
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 21 my $inTable; 94 $inTable = 1; 141 if($inTable) { 142 undef $inTable; 150 if(!$inTable) { 159 if($inTable) { 246 if($inTable) { 331 if(!$inTable) {
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_io.cpp | 1144 const uint16_t *inTable; in ucnv_swapAliases() local 1147 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */ in ucnv_swapAliases() 1186 inTable=(const uint16_t *)inSectionSizes; in ucnv_swapAliases() 1226 ds->swapArray32(ds, inTable, 4*(1+tocLength), outTable, pErrorCode); in ucnv_swapAliases() 1229 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]), in ucnv_swapAliases() 1239 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1278 p=inTable+offsets[aliasListIndex]; in ucnv_swapAliases() 1281 p2=inTable+offsets[untaggedConvArrayIndex]; in ucnv_swapAliases() 1335 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1340 inTable in ucnv_swapAliases() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 1144 const uint16_t *inTable; in ucnv_swapAliases() local 1147 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */ in ucnv_swapAliases() 1186 inTable=(const uint16_t *)inSectionSizes; in ucnv_swapAliases() 1226 ds->swapArray32(ds, inTable, 4*(1+tocLength), outTable, pErrorCode); in ucnv_swapAliases() 1229 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]), in ucnv_swapAliases() 1239 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1278 p=inTable+offsets[aliasListIndex]; in ucnv_swapAliases() 1281 p2=inTable+offsets[untaggedConvArrayIndex]; in ucnv_swapAliases() 1335 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1340 inTable in ucnv_swapAliases() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 1144 const uint16_t *inTable; in ucnv_swapAliases() local 1147 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */ in ucnv_swapAliases() 1186 inTable=(const uint16_t *)inSectionSizes; in ucnv_swapAliases() 1226 ds->swapArray32(ds, inTable, 4*(1+tocLength), outTable, pErrorCode); in ucnv_swapAliases() 1229 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]), in ucnv_swapAliases() 1239 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1278 p=inTable+offsets[aliasListIndex]; in ucnv_swapAliases() 1281 p2=inTable+offsets[untaggedConvArrayIndex]; in ucnv_swapAliases() 1335 inTable+offsets[converterListIndex], in ucnv_swapAliases() 1340 inTable in ucnv_swapAliases() [all...] |
/third_party/skia/tools/gpu/gl/interface/ |
H A D | gen_interface.go | 25 inTable = flag.String("in_table", "./interface.json5", "The JSON5 table to read in") 433 b, err := ioutil.ReadFile(*inTable)
|
Completed in 9 milliseconds