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

/external/icu4c/i18n/
H A Ducol.cpp8171 UChar sChar = 0, tChar = 0; local
8186 sChar=source[sIndex++];
8187 if(sChar==0) {
8196 sChar=source[sIndex++];
8198 if(sChar&0xFF00) { // if we encounter non-latin-1, we bail out (sChar > 0xFF, but this is faster on win32)
8203 sOrder = elements[sChar];
8246 if(tChar&0xFF00) { // if we encounter non-latin-1, we bail out (sChar > 0xFF, but this is faster on win32)
8312 sChar=source[sIndex++];
8313 sOrder = elements[sChar];
8521 UChar32 sChar = U_SENTINEL, tChar = U_SENTINEL; local
[all...]

Completed in 51 milliseconds