Home | History | Annotate | Download | only in intltest

Lines Matching refs:fGL

2722     UnicodeSet  *fGL;
2774 fGL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=GL}]"), status);
2829 fSets->addElement(fGL, status);
3061 if (fGL->contains(prevChar)) {
3069 fHY->contains(prevChar) ) && fGL->contains(thisChar)) {
3343 delete fGL;