Searched refs:LHN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp89 const size_t LHN = configs.size(); local
92 while (i < LHN && i < RHN) {
99 if (LHN < RHN) return -1;
100 else if (LHN > RHN) return 1;

Completed in 73 milliseconds