Home | History | Annotate | Download | only in intltest

Lines Matching refs:fHY

2986     UnicodeSet  *fHY;
3052 fHY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=HY}]"), status);
3110 fSets->addElement(fHY, status);
3361 fHY->contains(prevChar) ) && fGL->contains(thisChar)) {
3471 fHY->contains(thisChar) ||
3480 (fHY->contains(prevChar) || fBA->contains(prevChar))) {
3661 delete fHY;