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

/external/icu4c/i18n/
H A Ducol.cpp7548 UBool sInShifted = FALSE; local
7557 } else if(sOrder == 0 || (sInShifted && (sOrder & UCOL_PRIMARYMASK) == 0)) {
7562 if(sInShifted) {
7571 if(sInShifted) {
7587 sInShifted = TRUE;
7593 sInShifted = FALSE;
7600 sInShifted = FALSE;
7867 UBool sInShifted = TRUE; local
7874 while((secS == 0 && secS != UCOL_NO_MORE_CES) || (isContinuation(secS) && !sInShifted)) {
7877 if(!sInShifted) {
[all...]

Completed in 321 milliseconds