• Home
  • Raw
  • Download

Lines Matching refs:pe

140         const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props);  in ucase_tolower()  local
141 uint16_t excWord=*pe++; in ucase_tolower()
144 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_tolower()
148 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower()
162 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local
163 uint16_t excWord=*pe++; in ucase_toupper()
166 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_toupper()
170 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper()
184 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local
185 uint16_t excWord=*pe++; in ucase_totitle()
188 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_totitle()
199 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_totitle()
258 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local
260 uint16_t excWord=*pe++; in ucase_addCaseClosure()
263 pe0=pe; in ucase_addCaseClosure()
268 pe=pe0; in ucase_addCaseClosure()
269 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_addCaseClosure()
274 pe=pe0; in ucase_addCaseClosure()
276 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_addCaseClosure()
282 pe=pe0; in ucase_addCaseClosure()
283 GET_SLOT_VALUE(excWord, UCASE_EXC_CLOSURE, pe, closureLength); in ucase_addCaseClosure()
285 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */ in ucase_addCaseClosure()
293 pe=pe0; in ucase_addCaseClosure()
294 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength); in ucase_addCaseClosure()
297 ++pe; in ucase_addCaseClosure()
302 pe+=fullLength&UCASE_FULL_LOWER; in ucase_addCaseClosure()
308 sa->addString(sa->set, (const UChar *)pe, length); in ucase_addCaseClosure()
309 pe+=length; in ucase_addCaseClosure()
314 pe+=fullLength&0xf; in ucase_addCaseClosure()
316 pe+=fullLength; in ucase_addCaseClosure()
318 closure=(const UChar *)pe; /* behind full case mappings */ in ucase_addCaseClosure()
602 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local
603 return (*pe>>UCASE_EXC_DOT_SHIFT)&UCASE_DOT_MASK; in getDotType()
618 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local
619 return (UBool)((*pe&UCASE_EXC_SENSITIVE)!=0); in ucase_isCaseSensitive()
1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local
1074 uint16_t excWord=*pe++; in ucase_toFullLower()
1077 pe2=pe; in ucase_toFullLower()
1184 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
1188 *pString=reinterpret_cast<const UChar *>(pe+1); in ucase_toFullLower()
1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local
1225 uint16_t excWord=*pe++; in toUpperOrTitle()
1228 pe2=pe; in toUpperOrTitle()
1272 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1275 ++pe; in toUpperOrTitle()
1278 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle()
1280 pe+=full&0xf; in toUpperOrTitle()
1287 pe+=full&0xf; in toUpperOrTitle()
1293 *pString=reinterpret_cast<const UChar *>(pe); in toUpperOrTitle()
1385 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local
1386 uint16_t excWord=*pe++; in ucase_fold()
1415 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_fold()
1425 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_fold()
1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
1459 uint16_t excWord=*pe++; in ucase_toFullFolding()
1462 pe2=pe; in ucase_toFullFolding()
1487 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
1490 ++pe; in ucase_toFullFolding()
1493 pe+=full&UCASE_FULL_LOWER; in ucase_toFullFolding()
1498 *pString=reinterpret_cast<const UChar *>(pe); in ucase_toFullFolding()