Searched refs:rootTable (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | Huffman.cs | 72 …internal static void BuildHuffmanTable(int[] rootTable, int tableOffset, int rootBits, int[] codeL… in BuildHuffmanTable() argument 111 rootTable[tableOffset + key] = sorted[0]; in BuildHuffmanTable() 122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable() 141 … rootTable[tableOffset + low] = (tableBits + rootBits) << 16 | (currentOffset - tableOffset - low); in BuildHuffmanTable() 143 …ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUResourceBundle.java | 1429 ICUResourceBundleImpl.ResourceTable rootTable; 1433 rootTable = new ICUResourceBundleImpl.ResourceTable(wb, rootRes); 1437 String aliasString = rootTable.findString("%%ALIAS"); 1441 return rootTable;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1422 ICUResourceBundleImpl.ResourceTable rootTable; 1426 rootTable = new ICUResourceBundleImpl.ResourceTable(wb, rootRes); 1430 String aliasString = rootTable.findString("%%ALIAS"); 1434 return rootTable;
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse() local 2062 realParseTable(&state, rootTable, NULL, line, status); in parse() 2064 rootTable->add(dependencyArray, 0, *status); in parse()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse() local 2062 realParseTable(&state, rootTable, NULL, line, status); in parse() 2064 rootTable->add(dependencyArray, 0, *status); in parse()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse() local 2062 realParseTable(&state, rootTable, NULL, line, status); in parse() 2064 rootTable->add(dependencyArray, 0, *status); in parse()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 2059 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse() local 2060 realParseTable(&state, rootTable, NULL, line, status); in parse() 2062 rootTable->add(dependencyArray, 0, *status); in parse()
|