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

/frameworks/base/tools/aapt/
H A DStringPool.cpp110 const size_t RHN = o.configs.size(); local
112 while (i < LHN && i < RHN) {
119 if (LHN < RHN) return -1;
120 else if (LHN > RHN) return 1;

Completed in 122 milliseconds