Home
last modified time | relevance | path

Searched refs:rootString (Results 1 – 2 of 2) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathService.java195 String rootString = root == null ? null : root.toString(); in toString() local
197 return type.toString(rootString, names); in toString()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c397 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()