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

  /external/icu4c/tools/gennames/
gennames.c 264 static int16_t leadByteCount;
808 leadByteCount=0;
851 leadByteCount=(int16_t)(tokenCount>>8);
852 if(leadByteCount<LEADBYTE_LIMIT) {
854 tokenCount-=(LEADBYTE_LIMIT-1)-leadByteCount;
857 leadByteCount=LEADBYTE_LIMIT-1;
874 for(i=1; (int16_t)i<=leadByteCount; ++i) {
910 printf("number of lead bytes: %d\n", leadByteCount);
912 (unsigned long)256-letterCount-leadByteCount);
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp     [all...]

Completed in 160 milliseconds