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

  /external/chromium/third_party/icu/source/common/
punycode.c 375 destCPCount, firstSupplementaryIndex, cpLength;
427 firstSupplementaryIndex=1000000000;
532 if(i<=firstSupplementaryIndex) {
535 firstSupplementaryIndex=codeUnitIndex;
537 ++firstSupplementaryIndex;
540 codeUnitIndex=firstSupplementaryIndex;
  /external/icu4c/common/
punycode.c 375 destCPCount, firstSupplementaryIndex, cpLength;
427 firstSupplementaryIndex=1000000000;
532 if(i<=firstSupplementaryIndex) {
535 firstSupplementaryIndex=codeUnitIndex;
537 ++firstSupplementaryIndex;
540 codeUnitIndex=firstSupplementaryIndex;

Completed in 363 milliseconds