HomeSort by relevance Sort by last modified time
    Searched refs:toUSection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp 36 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) {
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[i])
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 36 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) {
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[i])
    [all...]

Completed in 66 milliseconds