Lines Matching refs:pe

141         const uint16_t *pe=GET_EXCEPTIONS(csp, props);
142 uint16_t excWord=*pe++;
144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
158 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
159 uint16_t excWord=*pe++;
161 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
175 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
176 uint16_t excWord=*pe++;
185 GET_SLOT_VALUE(excWord, idx, pe, c);
244 const uint16_t *pe0, *pe=GET_EXCEPTIONS(csp, props);
246 uint16_t excWord=*pe++;
249 pe0=pe;
254 pe=pe0;
255 GET_SLOT_VALUE(excWord, idx, pe, c);
262 pe=pe0;
263 GET_SLOT_VALUE(excWord, UCASE_EXC_CLOSURE, pe, closureLength);
265 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
273 pe=pe0;
274 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
277 ++pe;
282 pe+=fullLength&UCASE_FULL_LOWER;
288 sa->addString(sa->set, (const UChar *)pe, length);
289 pe+=length;
294 pe+=fullLength&0xf;
296 pe+=fullLength;
298 closure=(const UChar *)pe; /* behind full case mappings */
450 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
451 return (*pe>>UCASE_EXC_DOT_SHIFT)&UCASE_DOT_MASK;
813 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
814 uint16_t excWord=*pe++;
817 pe2=pe;
924 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
928 *pString=reinterpret_cast<const UChar *>(pe+1);
957 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
958 uint16_t excWord=*pe++;
961 pe2=pe;
995 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
998 ++pe;
1001 pe+=full&UCASE_FULL_LOWER;
1003 pe+=full&0xf;
1010 pe+=full&0xf;
1016 *pString=reinterpret_cast<const UChar *>(pe);
1103 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
1104 uint16_t excWord=*pe++;
1135 GET_SLOT_VALUE(excWord, idx, pe, c);
1167 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2;
1168 uint16_t excWord=*pe++;
1171 pe2=pe;
1196 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
1199 ++pe;
1202 pe+=full&UCASE_FULL_LOWER;
1207 *pString=reinterpret_cast<const UChar *>(pe);