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

  /external/chromium/third_party/icu/source/common/
ucnv_ext.c 678 length=UCNV_EXT_FROM_U_GET_LENGTH(value);
763 !(UCNV_EXT_FROM_U_GET_LENGTH(value)==1 &&
826 length=UCNV_EXT_FROM_U_GET_LENGTH(value);
    [all...]
ucnv_ext.h 466 #define UCNV_EXT_FROM_U_GET_LENGTH(value) (int32_t)(((value)>>UCNV_EXT_FROM_U_LENGTH_SHIFT)&UCNV_EXT_MAX_BYTES)
  /external/icu4c/common/
ucnv_ext.c 678 length=UCNV_EXT_FROM_U_GET_LENGTH(value);
763 !(UCNV_EXT_FROM_U_GET_LENGTH(value)==1 &&
826 length=UCNV_EXT_FROM_U_GET_LENGTH(value);
    [all...]
ucnv_ext.h 466 #define UCNV_EXT_FROM_U_GET_LENGTH(value) (int32_t)(((value)>>UCNV_EXT_FROM_U_LENGTH_SHIFT)&UCNV_EXT_MAX_BYTES)

Completed in 263 milliseconds