Home
last modified time | relevance | path

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

/external/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 …]
/external/icu/libicu/cts_headers/
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 …]
/external/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
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRBBIDataWrapper.java248 public final static class RBBIDataHeader { class in RBBIDataWrapper
274 public RBBIDataHeader() { in RBBIDataHeader() method in RBBIDataWrapper.RBBIDataHeader