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

/vbox/include/iprt/
H A Duni.h250 DECLINLINE(RTUNICP) rtUniCpFold(RTUNICP CodePoint, PCRTUNICASERANGE pCur) function
274 return rtUniCpFold(CodePoint, &g_aRTUniUpperRanges[0]);
286 return rtUniCpFold(CodePoint, &g_aRTUniLowerRanges[0]);

Completed in 42 milliseconds