Searched refs:prefix0 (Results 1 – 4 of 4) sorted by relevance
309 int prefix0 = prefix.codePointAt(0); in parseRelationStrings() local311 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) { in parseRelationStrings()
313 int prefix0 = prefix.codePointAt(0); in parseRelationStrings() local315 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) { in parseRelationStrings()
274 UChar32 prefix0 = prefix.char32At(0); in parseRelationStrings() local276 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) { in parseRelationStrings()
3539 String prefix0 = Program::getPrefix(buildflags); in Impl() local3554 if( prefix != prefix0 ) in Impl()