Searched refs:gid_length (Results 1 – 2 of 2) sorted by relevance
266 int gid_length = serviceGid1.length(); in compareGid1() local274 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()275 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()
633 int gid_length = serviceGid1.length(); in compareGid1() local635 if (!((gid1 != null) && (gid1.length() >= gid_length) && in compareGid1()636 gid1.substring(0, gid_length).equalsIgnoreCase(serviceGid1))) { in compareGid1()