Lines Matching full:newvalue
1898 uint32_t newValue=oldValue;
1901 newValue|=CANON_NOT_SEGMENT_STARTER;
1903 newValue|=CANON_HAS_COMPOSITIONS;
1906 newValue|=CANON_HAS_COMPOSITIONS;
1922 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
1951 if(newValue!=oldValue) {
1952 utrie2_set32(newData.trie, c, newValue, &errorCode);