Searched defs:firstValue (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
H A Dbytestrietest.cpp664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
H A Ducharstrietest.cpp828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
/external/icu4c/common/
H A Duloc_tag.c1885 UBool firstValue = TRUE; local
1889 if (firstValue) {
1892 firstValue = FALSE;
1964 UBool firstValue = TRUE; local
1985 if (firstValue) {
2004 if (firstValue) {
2023 firstValue = FALSE;
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp7116 CSSPrimitiveValue* firstValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsCheck(0)); local
7125 sy = firstValue->getDoubleValue();
7127 sx = firstValue->getDoubleValue();
7145 sz = firstValue->getDoubleValue();
7147 sy = firstValue->getDoubleValue();
7149 sx = firstValue->getDoubleValue();
7172 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7174 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7196 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok);
7198 ty = convertToFloatLength(firstValue, styl
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1736 milliseconds