Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGetChanges.java118 String foundId = trunkFileResolved.getSourceLocaleID(path, status); in compare() local
119 if (ROOT_OR_CODE_FALLBACK.contains(foundId)) { in compare()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp217 const Json::Value* foundId = object1_.find(idKey, idKey + strlen(idKey)); in JSONTEST_FIXTURE_LOCAL() local
218 JSONTEST_ASSERT(foundId != nullptr); in JSONTEST_FIXTURE_LOCAL()
219 JSONTEST_ASSERT_EQUAL(Json::Value(1234), *foundId); in JSONTEST_FIXTURE_LOCAL()