Searched defs:baseChar (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ducol_elm.cpp1939 UChar baseChar, firstCM; local
1992 baseChar = firstCM= (UChar)0;
2014 baseChar = el.cPoints[j]; // last base character
2018 if ( (baseChar!=0) && (firstCM==0) ) {
2024 if ( (baseChar!= (UChar)0) && (firstCM != (UChar)0) ) {
2026 uprv_uca_addTailCanonicalClosures(t, colEl, baseChar, firstCM, &el, status);
H A Ddtptngen.cpp1277 PatternMap::getHeader(UChar baseChar) { argument
1280 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1281 curElem = boot[baseChar-CAP_A];
1284 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) {
1285 curElem = boot[26+baseChar-LOW_A];
1309 UChar baseChar = basePattern.charAt(0); local
1313 // the baseChar must be A-Z or a-z
1314 if ((baseChar >
1408 UChar baseChar='\\0'; local
[all...]
H A Ducol.cpp1633 UChar baseChar = *data->fcdPosition; local
1644 if (baseChar >= 0x100) {
1645 uint32_t baseOrder = UTRIE_GET32_FROM_LEAD(&data->coll->mapping, baseChar);
1648 baseOrder = UTRIE_GET32_FROM_LEAD(&data->coll->UCA->mapping, baseChar);

Completed in 87 milliseconds