Home
last modified time | relevance | path

Searched defs:ResourceTable (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresource.h79 ResourceTable() : keys16(NULL), keys32(NULL), items16(NULL), items32(NULL), length(0) {} in ResourceTable() function
82 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() function
/third_party/node/deps/icu-small/source/common/
Dresource.h83 ResourceTable() : keys16(NULL), keys32(NULL), items16(NULL), items32(NULL), length(0) {} in ResourceTable() function
86 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() function
/third_party/skia/third_party/externals/icu/source/common/
Dresource.h83 ResourceTable() : keys16(NULL), keys32(NULL), items16(NULL), items32(NULL), length(0) {} in ResourceTable() function
86 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() function
/third_party/icu/icu4c/source/common/
Dresource.h83 ResourceTable() : keys16(NULL), keys32(NULL), items16(NULL), items32(NULL), length(0) {} in ResourceTable() function
86 ResourceTable(const uint16_t *k16, const int32_t *k32, in ResourceTable() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleImpl.java214 static class ResourceTable extends ResourceContainer { class in ICUResourceBundleImpl
298 ResourceTable(ICUResourceBundleImpl container, String key, int resource) { in ResourceTable() method in ICUResourceBundleImpl.ResourceTable
305 ResourceTable(WholeBundle wholeBundle, int rootRes) { in ResourceTable() method in ICUResourceBundleImpl.ResourceTable