Searched refs:NAME_LENGTH (Results 1 – 4 of 4) sorted by relevance
71 public final static int NAME_LENGTH = 32; field in PalmDB141 bName = new byte[NAME_LENGTH]; in store()146 int lastIndex = NAME_LENGTH - 1; in store()262 byte[] bytes = new byte[NAME_LENGTH]; in read()
107 pdbName = new byte[PalmDB.NAME_LENGTH]; in read()
78 public final static int NAME_LENGTH = 32; field in PalmDB211 bName = new byte[NAME_LENGTH]; in store()216 int lastIndex = NAME_LENGTH - 1; in store()380 byte[] bytes = new byte[NAME_LENGTH]; in read()
115 pdbName = new byte[PalmDB.NAME_LENGTH]; in read()
Completed in 25 milliseconds