OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporder
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp
90
int tempstype[XSLT_MAX_SORT],
temporder
[XSLT_MAX_SORT];
local
127
temporder
[j] = 0;
133
temporder
[j] = 1;
307
if (
temporder
[j] == 1) {
/external/icu4c/test/cintltst/
citertst.c
796
uint32_t
temporder
= 0;
local
848
temporder
= ucol_previous(iter, &status);
850
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 3) {
857
temporder
= ucol_previous(iter, &status);
859
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 1) {
877
temporder
= ucol_previous(iter, &status);
878
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) > 3) {
902
temporder
= ucol_previous(iter, &status);
903
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 6) {
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
1312
uint32_t
temporder
= 0;
local
[
all
...]
/external/libxslt/libxslt/
xsltutils.c
1099
int tempstype[XSLT_MAX_SORT],
temporder
[XSLT_MAX_SORT];
local
1136
temporder
[j] = 0;
1142
temporder
[j] = 1;
[
all
...]
Completed in 127 milliseconds