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

/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c810 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID); local
811 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
812 if (posixIDlen == sameChars) {
816 bestIdxDiff = sameChars;
/external/icu4c/common/
H A Dlocmap.c911 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID); local
912 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
913 if (posixIDlen == sameChars) {
917 bestIdxDiff = sameChars;

Completed in 84 milliseconds