Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtransrt.cpp206 UBool firstIsRho = FALSE; in is() local
217 firstIsRho = isRho(c); in is()
219 if (firstIsRho && letterCount == 2 && breathingCount == 0) { in is()
228 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()