Home | History | Annotate | Download | only in common

Lines Matching defs:word0

36     uint32_t word0, word;
51 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
52 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
62 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
76 if(word0<=toUSection[start]) {
79 if(++start<limit && word0<=toUSection[start]) {
82 if(++start<limit && word0<=toUSection[start]) {