Searched defs:varTop (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp519 uint32_t RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) { argument
521 return ucol_setVariableTop(ucollator, varTop, len, &status);
524 uint32_t RuleBasedCollator::setVariableTop(const UnicodeString varTop, UErrorCode &status) { argument
526 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
529 void RuleBasedCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) { argument
531 ucol_restoreVariableTop(ucollator, varTop, &status);
H A Ducol_tok.h122 UColToken *varTop; member in struct:__anon11736
H A Dusearch.cpp3394 uint32_t varTop; local
3419 varTop = ucol_getVariableTop(strsrch->collator, &status);
3420 if (strsrch->variableTop != varTop) {
3421 strsrch->variableTop = varTop;
H A Ducol.cpp6897 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { argument
6902 len = u_strlen(varTop);
6910 IInit_collIterate(coll, varTop, len, &s, status);
6950 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) { argument
6955 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6957 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;
/external/icu4c/i18n/
H A Dtblcoll.cpp486 uint32_t RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) { argument
488 return ucol_setVariableTop(ucollator, varTop, len, &status);
491 uint32_t RuleBasedCollator::setVariableTop(const UnicodeString &varTop, UErrorCode &status) { argument
493 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
496 void RuleBasedCollator::setVariableTop(uint32_t varTop, UErrorCode &status) { argument
498 ucol_restoreVariableTop(ucollator, varTop, &status);
H A Ducol_tok.h122 UColToken *varTop; member in struct:__anon19228
H A Dusearch.cpp3386 uint32_t varTop; local
3411 varTop = ucol_getVariableTop(strsrch->collator, &status);
3412 if (strsrch->variableTop != varTop) {
3413 strsrch->variableTop = varTop;
H A Ducol.cpp6505 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { argument
6510 len = u_strlen(varTop);
6518 return ((Collator*)coll->delegate)->setVariableTop(varTop, len, *status);
6523 IInit_collIterate(coll, varTop, len, &s, status);
6566 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) { argument
6571 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6573 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1911 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len,
1913 virtual uint32_t setVariableTop(const UnicodeString varTop,
1915 virtual void setVariableTop(const uint32_t varTop, UErrorCode &status);
2076 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, argument
2080 if (U_SUCCESS(status) && (varTop == 0 || len < -1)) {
2086 uint32_t TestCollator::setVariableTop(const UnicodeString varTop, argument
2090 if (U_SUCCESS(status) && varTop.length() == 0) {
2096 void TestCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) argument
2099 if (U_SUCCESS(status) && varTop == 0) {
/external/icu4c/test/intltest/
H A Dapicoll.cpp1943 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len,
1945 virtual uint32_t setVariableTop(const UnicodeString &varTop,
1947 virtual void setVariableTop(uint32_t varTop, UErrorCode &status);
2110 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, argument
2114 if (U_SUCCESS(status) && (varTop == 0 || len < -1)) {
2120 uint32_t TestCollator::setVariableTop(const UnicodeString &varTop, argument
2124 if (U_SUCCESS(status) && varTop.length() == 0) {
2130 void TestCollator::setVariableTop(uint32_t varTop, UErrorCode &status) argument
2133 if (U_SUCCESS(status) && varTop == 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 489 milliseconds