Searched refs:prevBlock (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/ |
D | utrie.c | 1064 int32_t l, i, j, block, prevBlock, nullBlock, offset; in utrie_enum() local 1087 prevBlock=nullBlock; in utrie_enum() 1102 if(block==prevBlock) { in utrie_enum() 1113 prevBlock=nullBlock; in utrie_enum() 1119 prevBlock=block; in utrie_enum() 1130 prevBlock=-1; in utrie_enum() 1152 prevBlock=nullBlock; in utrie_enum() 1174 prevBlock=nullBlock; in utrie_enum() 1188 if(block==prevBlock) { in utrie_enum() 1199 prevBlock=nullBlock; in utrie_enum() [all …]
|
D | utrie2.cpp | 520 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; in enumEitherTrie() local 552 prevBlock=-1; in enumEitherTrie() 606 prevBlock=nullBlock; in enumEitherTrie() 626 if(block==prevBlock && (c-prev)>=UTRIE2_DATA_BLOCK_LENGTH) { in enumEitherTrie() 631 prevBlock=block; in enumEitherTrie()
|
D | utrie2_builder.c | 904 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; in findHighStart() local 915 prevBlock=nullBlock; in findHighStart() 918 prevBlock=-1; in findHighStart() 943 if(block==prevBlock) { in findHighStart() 948 prevBlock=block; in findHighStart()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlock.cpp | 1026 RenderBlock* prevBlock = toRenderBlock(prev); in removeChild() local 1029 RenderBlock* inlineChildrenBlock = prev->childrenInline() ? prevBlock : nextBlock; in removeChild() 1030 RenderBlock* blockChildrenBlock = prev->childrenInline() ? nextBlock : prevBlock; in removeChild() 1048 if (inlineChildrenBlock == prevBlock) in removeChild() 1055 … nextBlock->moveAllChildrenTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer()); in removeChild()
|
D | RenderLayer.cpp | 491 RenderBoxModelObject* prevBlock = renderer; in checkContainingBlockChainForPagination() local 496 prevBlock = containingBlock; in checkContainingBlockChainForPagination() 503 if (prevBlock->isPositioned()) in checkContainingBlockChainForPagination()
|