Home
last modified time | relevance | path

Searched refs:swap2 (Results 1 – 2 of 2) sorted by relevance

/external/hyphenation/
Dsubstrings.c45 static void swap2( in swap2() function
69 swap2(a,b,p,right); // Move pivot to end in partition()
73 swap2(a,b,p,i); in partition()
77 swap2(a,b,right,p); // Move pivot to its final place in partition()
/external/icu4c/common/
Dunistr.cpp1419 UChar swap2; in doReverse() local
1424 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1425 *left++ = swap2; in doReverse()