Home | History | Annotate | Download | only in common

Lines Matching defs:word0

37     uint32_t word0, word;
52 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
53 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
63 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
77 if(word0<=toUSection[start]) {
80 if(++start<limit && word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {