Home | History | Annotate | Download | only in common

Lines Matching defs:word0

40     uint32_t word0, word;
55 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
80 if(word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {
86 if(++start<limit && word0<=toUSection[start]) {