Lines Matching refs:full
408 FullCaseFoldingIterator::next(UnicodeString &full) { in next() argument
420 full.setTo(FALSE, p, length); in next()
815 int32_t full; in ucase_toFullLower() local
924 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
925 full&=UCASE_FULL_LOWER; in ucase_toFullLower()
926 if(full!=0) { in ucase_toFullLower()
931 return full; in ucase_toFullLower()
959 int32_t full, idx; in toUpperOrTitle() local
995 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1001 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle()
1002 full>>=4; in toUpperOrTitle()
1003 pe+=full&0xf; in toUpperOrTitle()
1004 full>>=4; in toUpperOrTitle()
1007 full&=0xf; in toUpperOrTitle()
1010 pe+=full&0xf; in toUpperOrTitle()
1011 full=(full>>4)&0xf; in toUpperOrTitle()
1014 if(full!=0) { in toUpperOrTitle()
1019 return full; in toUpperOrTitle()
1169 int32_t full, idx; in ucase_toFullFolding() local
1196 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullFolding()
1202 pe+=full&UCASE_FULL_LOWER; in ucase_toFullFolding()
1203 full=(full>>4)&0xf; in ucase_toFullFolding()
1205 if(full!=0) { in ucase_toFullFolding()
1210 return full; in ucase_toFullFolding()