Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtransrt.cpp205 UBool firstIsVowel = FALSE; in is() local
216 firstIsVowel = isVowel(c); in is()
228 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()