Searched defs:tempOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpptest.cpp205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
207 for (int j=0; j<tempOffset; j++)
H A Dtfsmalls.cpp107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
109 temp[tempOffset] = '\0';
/external/icu4c/test/intltest/
H A Dpptest.cpp205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
207 for (int j=0; j<tempOffset; j++)
H A Dtfsmalls.cpp107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
109 temp[tempOffset] = '\0';

Completed in 56 milliseconds