Searched refs:trieLength (Results 1 – 5 of 5) sorted by relevance
60 int trieLength=trie.getSerializedLength(); in readData() local61 if(trieLength>expectedTrieLength) { in readData()65 ICUBinary.skipBytes(bytes, expectedTrieLength-trieLength); in readData()
1207 int trieLength = m_trie_.getSerializedLength(); in UCharacterProperty() local1208 if(trieLength > expectedTrieLength) { in UCharacterProperty()1212 ICUBinary.skipBytes(bytes, expectedTrieLength - trieLength); in UCharacterProperty()1221 trieLength = m_additionalTrie_.getSerializedLength(); in UCharacterProperty()1222 if(trieLength > expectedTrieLength) { in UCharacterProperty()1226 ICUBinary.skipBytes(bytes, expectedTrieLength - trieLength); in UCharacterProperty()
63 int trieLength=trie.getSerializedLength(); in readData() local64 if(trieLength>expectedTrieLength) { in readData()68 ICUBinary.skipBytes(bytes, expectedTrieLength-trieLength); in readData()
447 int trieLength=normTrie.getSerializedLength(); in load() local448 if(trieLength>(nextOffset-offset)) { in load()451 … ICUBinary.skipBytes(bytes, (nextOffset-offset)-trieLength); // skip padding after trie bytes in load()
215 int trieLength = data.trie.getSerializedLength(); in read() local216 if(trieLength > length) { in read()219 length -= trieLength; in read()