Searched refs:staticOffsets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvscsu.c74 static const uint32_t staticOffsets[8]={ variable
403 *target++=(UChar)(staticOffsets[quoteWindow]+b);
723 *target++=(UChar)(staticOffsets[quoteWindow]+b);
1198 } else if((window=getWindow(staticOffsets, c))>=0) {
1200 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]);
1666 } else if((window=getWindow(staticOffsets, c))>=0) {
1668 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]);
/external/icu/icu4c/source/common/
H A Ducnvscsu.c74 static const uint32_t staticOffsets[8]={ variable
403 *target++=(UChar)(staticOffsets[quoteWindow]+b);
723 *target++=(UChar)(staticOffsets[quoteWindow]+b);
1198 } else if((window=getWindow(staticOffsets, c))>=0) {
1200 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]);
1666 } else if((window=getWindow(staticOffsets, c))>=0) {
1668 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]);

Completed in 102 milliseconds