Searched refs:gid_length (Results 1 – 2 of 2) sorted by relevance
272 int gid_length = serviceGid1.length(); in compareGid1() local280 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()281 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()