Searched refs:rootString (Results 1 – 2 of 2) sorted by relevance
195 String rootString = root == null ? null : root.toString(); in toString() local197 return type.toString(rootString, names); in toString()
397 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode); in TestKeyInRootRecursive()398 if (U_FAILURE(errorCode) || rootString == NULL) { in TestKeyInRootRecursive()403 } else if (u_strcmp(string, rootString) == 0) { in TestKeyInRootRecursive()