Lines Matching refs:full
410 FullCaseFoldingIterator::next(UnicodeString &full) { in next() argument
422 full.setTo(FALSE, p, length); in next()
830 int32_t full; in ucase_toFullLower() local
939 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
940 full&=UCASE_FULL_LOWER; in ucase_toFullLower()
941 if(full!=0) { in ucase_toFullLower()
946 return full; in ucase_toFullLower()
976 int32_t full, idx; in toUpperOrTitle() local
1012 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1018 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle()
1019 full>>=4; in toUpperOrTitle()
1020 pe+=full&0xf; in toUpperOrTitle()
1021 full>>=4; in toUpperOrTitle()
1024 full&=0xf; in toUpperOrTitle()
1027 pe+=full&0xf; in toUpperOrTitle()
1028 full=(full>>4)&0xf; in toUpperOrTitle()
1031 if(full!=0) { in toUpperOrTitle()
1036 return full; in toUpperOrTitle()
1187 int32_t full, idx; in ucase_toFullFolding() local
1214 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
1220 pe+=full&UCASE_FULL_LOWER; in ucase_toFullFolding()
1221 full=(full>>4)&0xf; in ucase_toFullFolding()
1223 if(full!=0) { in ucase_toFullFolding()
1228 return full; in ucase_toFullFolding()