HomeSort by relevance Sort by last modified time
    Searched defs:swapLong (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
LESwaps.h 28 * A convenience macro which invokes the swapLong member function
33 #define SWAPL(value) LESwaps::swapLong((le_uint32)(value))
81 static le_uint32 swapLong(le_uint32 value)
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
EndianUtils.java 79 public static long swapLong(long value) {
106 return Double.longBitsToDouble( swapLong( Double.doubleToLongBits( value ) ) );
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 808 milliseconds