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

  /external/chromium/third_party/icu/source/tools/gencase/
store.c 825 uint16_t excWord, excIndex, excTop, i, count, length, fullLengths;
949 fullLengths=0;
951 fullLengths=p->specialCasing->lowerCase[0];
952 fullLengths|=p->specialCasing->upperCase[0]<<8;
953 fullLengths|=p->specialCasing->titleCase[0]<<12;
956 fullLengths|=p->caseFolding->full[0]<<4;
958 if(fullLengths!=0) {
959 slots[count]=fullLengths;
    [all...]
  /external/icu4c/tools/gencase/
store.c 833 uint16_t excWord, i, count, length, fullLengths;
958 fullLengths=0;
960 fullLengths=p->specialCasing->lowerCase[0];
961 fullLengths|=p->specialCasing->upperCase[0]<<8;
962 fullLengths|=p->specialCasing->titleCase[0]<<12;
965 fullLengths|=p->caseFolding->full[0]<<4;
967 if(fullLengths!=0) {
968 slots[count]=fullLengths;
    [all...]

Completed in 312 milliseconds