Searched refs:SLOT_OFFSET (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)] macro 121 (pExc16)+=SLOT_OFFSET(excWord, idx); \ 124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)] macro 121 (pExc16)+=SLOT_OFFSET(excWord, idx); \ 124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)] macro 121 (pExc16)+=SLOT_OFFSET(excWord, idx); \ 124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)] macro 121 (pExc16)+=SLOT_OFFSET(excWord, idx); \ 124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
|