Home | History | Annotate | Download | only in gencase

Lines Matching full:full

566     count=caseFoldings[caseFoldingCount].full[0]=
567 (UChar)u_parseString(fields[2][0], caseFoldings[caseFoldingCount].full+1, 31, (uint32_t *)&caseFoldings[caseFoldingCount].simple, pErrorCode);
574 if(count==0 || count>2 || (count==2 && UTF_IS_SINGLE(caseFoldings[caseFoldingCount].full[1]))) {
581 _set_addAll(caseSensitive, caseFoldings[caseFoldingCount].full+1, caseFoldings[caseFoldingCount].full[0]);
586 /* check if there was a full mapping for this code point before */
602 uprv_memcpy(caseFoldings[caseFoldingCount-1].full, caseFoldings[caseFoldingCount].full, 32*U_SIZEOF_UCHAR);
615 caseFoldings[caseFoldingCount].full[0]=0;
755 /* ignore "Common" mappings (simple==full) that map to the same code point as the regular lowercase mapping */