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

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp 823 int isRoundtrip;
825 isRoundtrip=UCNV_EXT_FROM_U_IS_ROUNDTRIP(value);
831 return isRoundtrip ? length : -length;
841 return isRoundtrip ? 4 : -4;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 823 int isRoundtrip;
825 isRoundtrip=UCNV_EXT_FROM_U_IS_ROUNDTRIP(value);
831 return isRoundtrip ? length : -length;
841 return isRoundtrip ? 4 : -4;
    [all...]

Completed in 46 milliseconds