Home
last modified time | relevance | path

Searched refs:maxChainLength (Results 1 – 1 of 1) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DBackwardFile.java119 final int maxChainLength = 2; in getDirectLinks() local
128 if (chainLength > maxChainLength) { in getDirectLinks()
130 "Chain from " + fromId + " is longer than " + maxChainLength); in getDirectLinks()