Searched refs:secS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp7220 uint32_t secS = 0, secT = 0; local
7407 while (secS == 0) {
7408 secS = *(sCE++) & UCOL_SECONDARYMASK;
7415 if(secS == secT) {
7416 if(secS == UCOL_NO_MORE_CES_SECONDARY) {
7419 secS = 0; secT = 0;
7423 result = (secS < secT) ? UCOL_LESS : UCOL_GREATER;
7433 while (secS == 0 && sCE >= sCEs.buf) {
7435 secS = *(sCE--);
7436 if(isContinuation(secS)) {
[all...]

Completed in 80 milliseconds