HomeSort by relevance Sort by last modified time
    Searched refs:sameChars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
locmap.c 810 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
811 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
812 if (posixIDlen == sameChars) {
816 bestIdxDiff = sameChars;
    [all...]
  /external/icu4c/common/
locmap.c 911 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
912 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0) {
913 if (posixIDlen == sameChars) {
917 bestIdxDiff = sameChars;
    [all...]

Completed in 24 milliseconds