Searched defs:firstResult (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java128 boolean firstResult,
132 String operator = firstResult ? "=" : "+=";
141 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult);
147 firstResult = false;
153 boolean firstResult) {
155 String operator = firstResult ? "=" : "+=";
169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName);
172 genCodeForSelect(arg.getComplexStyle(), depth, firstResult, argName);
179 boolean firstResult,
191 genCodeForNumericVariants(numericVariants, depth++, firstResult, argNam
126 genCode(MessagePatternUtil.MessageNode msg, int depth, boolean firstResult, String pluralNumber) argument
151 genCode(MessagePatternUtil.ArgNode arg, int depth, boolean firstResult) argument
177 genCodeForPlural(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
208 genCodeForSelect(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
224 genCodeForNumericVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) argument
242 genCodeForKeywordVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp675 UStringTrieResult firstResult=trie.first(c); local
676 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
678 if(firstResult!=trie.reset().next(c) ||
679 firstResult!=trie.current() ||
680 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
H A Ducharstrietest.cpp828 UStringTrieResult firstResult=trie.first(c); local
829 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
831 if(firstResult!=trie.reset().next(c) ||
832 firstResult!=trie.current() ||
833 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstResult=trie.firstForCodePoint(c);
843 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
845 if(firstResult!=trie.reset().nextForCodePoint(c) ||
846 firstResult!=trie.current() ||
847 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult)
[all...]
/external/skia/third_party/lua/src/
H A Dldo.c355 int luaD_poscall (lua_State *L, StkId firstResult) { argument
361 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */
363 firstResult = restorestack(L, fr);
371 for (i = wanted; i != 0 && firstResult < L->top; i--)
372 setobjs2s(L, res++, firstResult++);
/external/syslinux/com32/lua/src/
H A Dldo.c362 int luaD_poscall (lua_State *L, StkId firstResult) { argument
368 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */
370 firstResult = restorestack(L, fr);
378 for (i = wanted; i != 0 && firstResult < L->top; i--)
379 setobjs2s(L, res++, firstResult++);
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 211 milliseconds