Home | History | Annotate | Download | only in common

Lines Matching full:newvalue

1947         uint32_t newValue=oldValue;
1950 newValue|=CANON_NOT_SEGMENT_STARTER;
1952 newValue|=CANON_HAS_COMPOSITIONS;
1955 newValue|=CANON_HAS_COMPOSITIONS;
1971 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
2000 if(newValue!=oldValue) {
2001 utrie2_set32(newData.trie, c, newValue, &errorCode);