Searched defs:sortKeyB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2359 char sortKeyB[50]; local
2376 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2383 r = strcmp(sortKeyA, sortKeyB);
2395 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2402 r = strcmp(sortKeyA, sortKeyB);
2421 char sortKeyB[50]; local
2436 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
7090 uint8_t sortKeyA[kCollKeyLenMax], sortKeyB[kCollKeyLenMax]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1055 char sortKeyB[50]; local
1072 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1079 r = strcmp(sortKeyA, sortKeyB);
1091 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1098 r = strcmp(sortKeyA, sortKeyB);
1117 char sortKeyB[50]; local
1132 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
5750 uint8_t sortKeyA[kCollKeyLenMax], sortKeyB[kCollKeyLenMax]; local
[all...]

Completed in 1019 milliseconds