Searched refs:fromUSection (Results 1 – 2 of 2) sorted by relevance
464 ucnv_extFindFromU(const UChar *fromUSection, int32_t length, UChar u) { in ucnv_extFindFromU() argument479 if(u<=fromUSection[start]) { in ucnv_extFindFromU()482 if(++start<limit && u<=fromUSection[start]) { in ucnv_extFindFromU()485 if(++start<limit && u<=fromUSection[start]) { in ucnv_extFindFromU()494 if(u<fromUSection[i]) { in ucnv_extFindFromU()502 if(start<limit && u==fromUSection[start]) { in ucnv_extFindFromU()
1483 static int findFromU(CharBuffer fromUSection, int length, char u) { in findFromU() argument1498 if (u <= fromUSection.get(fromUSection.position() + start)) { in findFromU()1501 if (++start < limit && u <= fromUSection.get(fromUSection.position() + start)) { in findFromU()1504 if (++start < limit && u <= fromUSection.get(fromUSection.position() + start)) { in findFromU()1513 if (u < fromUSection.get(fromUSection.position() + i)) { in findFromU()1521 if (start < limit && u == fromUSection.get(fromUSection.position() + start)) { in findFromU()