Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Drbbidata.h67 struct RBBIDataHeader { struct
78 /* All offsets are bytes from the start of the RBBIDataHeader. */ argument
81 uint32_t fFTable; /* forward state transition table. */
82 uint32_t fFTableLen;
83 uint32_t fRTable; /* Offset to the reverse state transition table. */
84 uint32_t fRTableLen;
85 uint32_t fTrie; /* Offset to Trie data for character categories */
86 uint32_t fTrieLen;
87 uint32_t fRuleSource; /* Offset to the source for for the break */
88 uint32_t fRuleSourceLen; /* rules. Stored char16_t *. */
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Drbbidata.h67 struct RBBIDataHeader { struct
78 /* All offsets are bytes from the start of the RBBIDataHeader. */ argument
81 uint32_t fFTable; /* forward state transition table. */
82 uint32_t fFTableLen;
83 uint32_t fRTable; /* Offset to the reverse state transition table. */
84 uint32_t fRTableLen;
85 uint32_t fTrie; /* Offset to Trie data for character categories */
86 uint32_t fTrieLen;
87 uint32_t fRuleSource; /* Offset to the source for for the break */
88 uint32_t fRuleSourceLen; /* rules. Stored UChar *. */
[all …]
/third_party/icu/icu4c/source/common/
Drbbidata.h67 struct RBBIDataHeader { struct
78 /* All offsets are bytes from the start of the RBBIDataHeader. */ argument
81 uint32_t fFTable; /* forward state transition table. */
82 uint32_t fFTableLen;
83 uint32_t fRTable; /* Offset to the reverse state transition table. */
84 uint32_t fRTableLen;
85 uint32_t fTrie; /* Offset to Trie data for character categories */
86 uint32_t fTrieLen;
87 uint32_t fRuleSource; /* Offset to the source for for the break */
88 uint32_t fRuleSourceLen; /* rules. Stored UChar *. */
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRBBIDataWrapper.java212 public final static class RBBIDataHeader { class in RBBIDataWrapper
238 public RBBIDataHeader() { in RBBIDataHeader() method in RBBIDataWrapper.RBBIDataHeader
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java244 public final static class RBBIDataHeader { class in RBBIDataWrapper
270 public RBBIDataHeader() { in RBBIDataHeader() method in RBBIDataWrapper.RBBIDataHeader