Home
last modified time | relevance | path

Searched defs:extraData (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.h112 UnicodeString extraData; variable
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.h112 UnicodeString extraData; variable
/third_party/flutter/skia/tests/
DGrTRecorderTest.cpp32 int* extraData = this->extraData(); in ExtraData() local
39 int* extraData() { return reinterpret_cast<int*>(this + 1); } in extraData() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrVSCoverageProcessor.cpp46 int32_t extraData = 0) { in pack_vertex_data()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmessagebox.c182 WORD extraData = 0; in AddDialogControl() local
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h721 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters variable
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h721 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters variable
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h721 const uint16_t *extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java2288 private String extraData; // mappings and/or compositions for yesYes, yesNo & noNo characters field in Normalizer2Impl