Home
last modified time | relevance | path

Searched defs:lengthOfTable (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.h42 int32_t lengthOfTable() const { return result.length(); } in lengthOfTable() function
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatinbuilder.h42 int32_t lengthOfTable() const { return result.length(); } in lengthOfTable() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.h42 int32_t lengthOfTable() const { return result.length(); } in lengthOfTable() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java84 int lengthOfTable = length - fHeaderSize; // length in bytes. in get() local