Searched refs:BIG (Results 1 – 2 of 2) sorted by relevance
41 private static final int BIG = 0x7FFFFFFF; field in RegexpPool42 private int lastDepth = BIG;105 if (p.result != null && p.depth < BIG in delete()117 if (p.result != null && p.depth < BIG) { in delete()154 return matchAfter(s, BIG); in match()240 lastDepth = BIG; in reset()
35 BIG(ByteOrder.BIG_ENDIAN), LITTLE(ByteOrder.LITTLE_ENDIAN); enumConstant