Home
last modified time | relevance | path

Searched refs:is_in (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcrestst.c243 UBool is_in[3]; in testTag() local
260 is_in[0] = in_Root; in testTag()
261 is_in[1] = in_te; in testTag()
262 is_in[2] = in_te_IN; in testTag()
305 if (is_in[j] && param[i].inherits[j]) in testTag()
320 is_in[j]?"Yes":"No", in testTag()
331 if (is_in[j]) in testTag()
Dcreststn.c1585 UBool is_in[3]; in testTag() local
1619 is_in[0] = in_Root; in testTag()
1620 is_in[1] = in_te; in testTag()
1621 is_in[2] = in_te_IN; in testTag()
1648 if (is_in[j] && param[i].inherits[j]) in testTag()
1663 is_in[j]?"Yes":"No", in testTag()
1674 if (is_in[j]) in testTag()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp309 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
353 if (is_in[j] && param[i].inherits[j]) in testTag()
371 if (is_in[j]) in testTag()
Drestsnew.cpp627 UBool is_in[] = { in_Root, in_te, in_te_IN }; in testTag() local
671 if (is_in[j] && param[i].inherits[j]) in testTag()
689 if (is_in[j]) in testTag()
/external/libvpx/libvpx/build/make/
Dconfigure.sh151 is_in(){ function
716 is_in ${toolchain} ${all_platforms} || enabled force_toolchain \
/external/v8/tools/
Dgrokdump.py774 def is_in(reader, start, size, location): function
778 self.ForEachMemoryRegion(is_in)