]>
git.saurik.com Git - apple/icu.git/blob - icuSources/layoutex/LXUtilities.h
2 **********************************************************************
3 * Copyright (C) 2003, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
8 #ifndef __LXUTILITIES_H
10 #define __LXUTILITIES_H
12 #include "layout/LETypes.h"
19 static le_int8
highBit(le_int32 value
);
20 static le_int32
search(le_int32 value
, const le_int32 array
[], le_int32 count
);
21 static void reverse(le_int32 array
[], le_int32 count
);
22 static void reverse(float array
[], le_int32 count
);