Home | History | Annotate | Download | only in common

Lines Matching refs:pe

142         const uint16_t *pe=GET_EXCEPTIONS(csp, props);
143 uint16_t excWord=*pe++;
145 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
160 uint16_t excWord=*pe++;
162 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
176 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
177 uint16_t excWord=*pe++;
186 GET_SLOT_VALUE(excWord, idx, pe, c);
245 const uint16_t *pe0, *pe=GET_EXCEPTIONS(csp, props);
247 uint16_t excWord=*pe++;
250 pe0=pe;
255 pe=pe0;
256 GET_SLOT_VALUE(excWord, idx, pe, c);
263 pe=pe0;
264 GET_SLOT_VALUE(excWord, UCASE_EXC_CLOSURE, pe, closureLength);
266 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
274 pe=pe0;
275 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
278 ++pe;
283 pe+=fullLength&UCASE_FULL_LOWER;
289 sa->addString(sa->set, (const UChar *)pe, length);
290 pe+=length;
295 pe+=fullLength&0xf;
297 pe+=fullLength;
299 closure=(const UChar *)pe; /* behind full case mappings */
451 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
452 return (*pe>>UCASE_EXC_DOT_SHIFT)&UCASE_DOT_MASK;
814 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
815 uint16_t excWord=*pe++;
818 pe2=pe;
925 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
929 *pString=reinterpret_cast<const UChar *>(pe+1);
958 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
959 uint16_t excWord=*pe++;
962 pe2=pe;
996 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
999 ++pe;
1002 pe+=full&UCASE_FULL_LOWER;
1004 pe+=full&0xf;
1011 pe+=full&0xf;
1017 *pString=reinterpret_cast<const UChar *>(pe);
1104 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
1105 uint16_t excWord=*pe++;
1136 GET_SLOT_VALUE(excWord, idx, pe, c);
1168 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
1169 uint16_t excWord=*pe++;
1172 pe2=pe;
1197 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
1200 ++pe;
1203 pe+=full&UCASE_FULL_LOWER;
1208 *pString=reinterpret_cast<const UChar *>(pe);