Home
last modified time | relevance | path

Searched defs:nameOffset (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducmndata.h49 uint32_t nameOffset; member
/third_party/icu/icu4c/source/common/
Ducmndata.h49 uint32_t nameOffset; member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducmndata.h63 uint32_t nameOffset; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java129 int nameOffset = getNameOffset(bytes, mid); in binarySearch() local
/third_party/skia/third_party/externals/icu/source/common/
Ducmndata.h63 uint32_t nameOffset; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUBinary.java133 int nameOffset = getNameOffset(bytes, mid); in binarySearch() local
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DGetModel.java232 private int nameOffset = 0; field in GetModel.RequestGetModelBuilder
DUpdateModel.java127 private int nameOffset = 0; field in UpdateModel.RequestUpdateModelBuilder
DStartFLJob.java63 private int nameOffset = 0; field in StartFLJob.RequestStartFLJobBuilder
/third_party/flutter/skia/src/sfnt/
DSkOTTable_name.cpp491 const size_t nameOffset = SkEndian_SwapBE16(nameRecord.offset); in next() local
/third_party/skia/src/sfnt/
DSkOTTable_name.cpp490 const size_t nameOffset = SkEndian_SwapBE16(nameRecord.offset); in next() local
/third_party/icu/tools/unicode/c/genprops/
Dpnamesbuilder.cpp297 int32_t nameOffset=uhash_geti(nameGroupToOffset, (void *)value.joinedAliases); in writeValueAliases() local
357 int32_t nameOffset= valueIndex>=0 ? nameOffsets.elementAti(valueIndex) : 0; in buildValueMap() local
/third_party/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/third_party/flutter/skia/third_party/externals/icu/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-open-file.hh299 HBINT16 nameOffset; /* Offset from beginning of resource name list member
/third_party/harfbuzz/src/
Dhb-open-file.hh295 HBINT16 nameOffset; /* Offset from beginning of resource name list member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-file.hh310 HBINT16 nameOffset; /* Offset from beginning of resource name list member
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp113 int32_t nameOffset, dataOffset; member
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js516 static addName(builder, nameOffset) { argument
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DNameTable.java638 private int nameOffset(int index) { in nameOffset() method in NameTable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DNameTable.java638 private int nameOffset(int index) { in nameOffset() method in NameTable
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.java218 …public static void addName(FlatBufferBuilder builder, int nameOffset) { builder.addOffset(3, nameO… in addName()