Searched refs:varTop (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dcoll.h848 * @param varTop one or more (if contraction) UChars to which the variable top should be set
856 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) = 0;
860 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
867 virtual uint32_t setVariableTop(const UnicodeString varTop, UErrorCode &status) = 0;
872 * @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
876 virtual void setVariableTop(const uint32_t varTop, UErrorCode &status) = 0;
H A Dtblcoll.h565 * @param varTop one or more (if contraction) UChars to which the variable top should be set
573 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status);
577 * @param varTop an UnicodeString size 1 or more (if contraction) of UChars to which the variable top should be set
584 virtual uint32_t setVariableTop(const UnicodeString varTop, UErrorCode &status);
589 * @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
593 virtual void setVariableTop(const uint32_t varTop, UErrorCode &status);
H A Ducol.h1071 * @param varTop one or more (if contraction) UChars to which the variable top should be set
1086 const UChar *varTop, int32_t len,
1107 * @param varTop CE value, as returned by ucol_setVariableTop or ucol)getVariableTop
1114 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
/external/icu4c/i18n/
H A Dtblcoll.cpp545 uint32_t RuleBasedCollator::setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) { argument
547 return ucol_setVariableTop(ucollator, varTop, len, &status);
550 uint32_t RuleBasedCollator::setVariableTop(const UnicodeString varTop, UErrorCode &status) { argument
552 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
555 void RuleBasedCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) { argument
557 ucol_restoreVariableTop(ucollator, varTop, &status);
H A Ducol_bld.cpp1144 if(src->varTop != NULL) { /* stuff the variable top value */
1145 src->opts->variableTopValue = (*(src->varTop->CEs))>>16;
1147 if(src->varTop->listHeader->first == src->varTop) { /* first in list */
1148 src->varTop->listHeader->first = src->varTop->next;
1150 if(src->varTop->listHeader->last == src->varTop) { /* first in list */
1151 src->varTop->listHeader->last = src->varTop
[all...]
H A Ducol_tok.h122 UColToken *varTop; member in struct:__anon5906
H A Ducol_tok.cpp1920 if(variableTop == TRUE && src->varTop == NULL) {
1922 src->varTop = sourceToken;
2346 src->varTop = NULL;
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.cpp6454 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { argument
6459 len = u_strlen(varTop);
6467 IInit_collIterate(coll, varTop, len, &s, status);
6507 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) { argument
6512 if(coll->variableTopValue != (varTop & UCOL_PRIMARYMASK)>>16) {
6514 coll->variableTopValue = (varTop & UCOL_PRIMARYMASK)>>16;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h873 * @param varTop one or more (if contraction) UChars to which the variable top should be set
888 const UChar *varTop, int32_t len,
909 * @param varTop CE value, as returned by ucol_setVariableTop or ucol)getVariableTop
916 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h873 * @param varTop one or more (if contraction) UChars to which the variable top should be set
888 const UChar *varTop, int32_t len,
909 * @param varTop CE value, as returned by ucol_setVariableTop or ucol)getVariableTop
916 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
/external/icu4c/test/intltest/
H A Dapicoll.cpp1969 virtual uint32_t setVariableTop(const UChar *varTop, int32_t len,
1971 virtual uint32_t setVariableTop(const UnicodeString varTop,
1973 virtual void setVariableTop(const uint32_t varTop, UErrorCode &status);
2134 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, argument
2138 if (U_SUCCESS(status) && (varTop == 0 || len < -1)) {
2144 uint32_t TestCollator::setVariableTop(const UnicodeString varTop, argument
2148 if (U_SUCCESS(status) && varTop.length() == 0) {
2154 void TestCollator::setVariableTop(const uint32_t varTop, UErrorCode &status) argument
2157 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 139 milliseconds