Searched refs:gid_length (Results 1 – 2 of 2) sorted by relevance
279 int gid_length = serviceGid1.length(); in compareGid1() local287 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()288 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()
634 int gid_length = serviceGid1.length(); in compareGid1() local636 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()637 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()