Searched refs:toUSection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.cpp36 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { argument
41 start=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[0]);
42 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]);
49 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */
52 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
77 if(word0<=toUSection[start]) {
80 if(++start<limit && word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {
92 if(word<toUSection[
126 const uint32_t *toUTable, *toUSection; local
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp36 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { argument
41 start=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[0]);
42 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]);
49 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */
52 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
77 if(word0<=toUSection[start]) {
80 if(++start<limit && word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {
92 if(word<toUSection[
126 const uint32_t *toUTable, *toUSection; local
[all...]

Completed in 109 milliseconds