Home
last modified time | relevance | path

Searched refs:getSortKey (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1131 col->getSortKey(test1, sortkey1, 64); in TestSortKey()
1132 col->getSortKey(test2, sortkey2, 64); in TestSortKey()
1133 col->getSortKey(test3, sortkey3, 64); in TestSortKey()
1145 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey()
1146 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey()
1147 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey()
1160 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey()
1162 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey()
1164 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey()
1192 col->getSortKey(test in TestSortKey()
2130 int32_t TestCollator::getSortKey(const UnicodeString& source, uint8_t* result, getSortKey() function in TestCollator
2140 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, getSortKey() function in TestCollator
[all...]
H A Ducaconf.cpp186 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest"); in testConformance()
225 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance()
H A Dtsmthred.cpp752 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024);
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp252 getSortKey(empty.name, empty.len, buff, 256); in distanceFromEmptyString()
281 getSortKey(seb0, seb0K, 256); in distanceFromEmptyString()
282 getSortKey(sexb0, sexb0K, 256); in distanceFromEmptyString()
287 getSortKey(seb2, seb2K, 256); in distanceFromEmptyString()
294 getSortKey(seb3, seb3K, 256); in distanceFromEmptyString()
H A Dstrengthprobe.h75 int getSortKey(const Line &l, uint8_t *buffer, int32_t buffCap) { in getSortKey() function in StrengthProbe
79 int getSortKey(UChar *string, int32_t sLen, uint8_t *buffer, int32_t buffCap) { in getSortKey() function in StrengthProbe
H A Dsortedlines.cpp2052 sortkeyOffset += probe.getSortKey(line, sortkeys+sortkeyOffset, size*256-sortkeyOffset); in calculateSortKey()
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcoll_fe.cpp75 virtual int32_t getSortKey(const UnicodeString&, uint8_t*, int32_t) const; \
76 virtual int32_t getSortKey(const UChar*, int32_t, uint8_t*, int32_t) const; \
286 int32_t GLUE_SYM ( Collator ) :: getSortKey(const UnicodeString& s, uint8_t*buf, int32_t len) const { in GLUE_SYM()
290 return getSortKey(s.getBuffer(),s.length(), buf, len); in GLUE_SYM()
296 int32_t GLUE_SYM ( Collator ) :: getSortKey(const UChar*s, int32_t l, uint8_t*d, int32_t b) const { in GLUE_SYM()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js57 const getSortKey = (option) => {
61 return getSortKey(a).localeCompare(getSortKey(b));
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h636 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
655 virtual int32_t getSortKey(const char16_t *source, int32_t sourceLength,
H A Dcoll.h143 * The <code>getSortKey</code> methods
1018 virtual int32_t getSortKey(const UnicodeString& source,
1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoll.h143 * The <code>getSortKey</code> methods
1018 virtual int32_t getSortKey(const UnicodeString& source,
1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength,
H A Dtblcoll.h636 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
655 virtual int32_t getSortKey(const char16_t *source, int32_t sourceLength,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h143 * The <code>getSortKey</code> methods
1018 virtual int32_t getSortKey(const UnicodeString& source,
1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength,
H A Dtblcoll.h636 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
655 virtual int32_t getSortKey(const char16_t *source, int32_t sourceLength,
/third_party/icu/tools/multi/proj/provider/
H A Dcolldiff.cpp78 int32_t len = col->getSortKey(stuff, -1, bytes, 200); in main()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp205 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
H A Drulebasedcollator.cpp1308 RuleBasedCollator::getSortKey(const UnicodeString &s, in getSortKey() function in RuleBasedCollator
1310 return getSortKey(s.getBuffer(), s.length(), dest, capacity); in getSortKey()
1314 RuleBasedCollator::getSortKey(const UChar *s, int32_t length, in getSortKey() function in RuleBasedCollator
/third_party/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1309 RuleBasedCollator::getSortKey(const UnicodeString &s, in getSortKey() function in RuleBasedCollator
1311 return getSortKey(s.getBuffer(), s.length(), dest, capacity); in getSortKey()
1315 RuleBasedCollator::getSortKey(const UChar *s, int32_t length, in getSortKey() function in RuleBasedCollator
H A Ducol.cpp211 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp1311 RuleBasedCollator::getSortKey(const UnicodeString &s, in getSortKey() function in RuleBasedCollator
1313 return getSortKey(s.getBuffer(), s.length(), dest, capacity); in getSortKey()
1317 RuleBasedCollator::getSortKey(const char16_t *s, int32_t length, in getSortKey() function in RuleBasedCollator
H A Ducol.cpp211 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 33 milliseconds