Searched refs:isPrefix (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 1794 UBool isPrefix, 1822 UBool isNegative, UBool isPrefix) const; 1825 UBool isNegative, UBool isPrefix) const;
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 1768 UBool isPrefix, in compareAffix() argument 1774 if (isPrefix) { in compareAffix() 1782 if (isPrefix) { in compareAffix() 1796 if (isPrefix) { in compareAffix() 1804 if (isPrefix) { in compareAffix() 2739 UBool isNegative, UBool isPrefix) const { in appendAffix() 2740 return appendAffix(buf, number, NULL, isNegative, isPrefix); in appendAffix() 2751 UBool isPrefix) const { in appendAffix() 2754 if (isPrefix) { in appendAffix() 2769 if (isPrefix) { in appendAffix()
|
D | ucol_imp.h | 532 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG)) macro
|
D | ucol_elm.cpp | 885 if(!isPrefix(CE)) { in uprv_uca_addPrefix() 1070 …if(!isPrefix(element->mapCE)) { // we cannot reenter prefix elements - as we are going to create a… in uprv_uca_finalizeAddition()
|
D | ucol.cpp | 2735 if(!isPrefix(CE)) { in ucol_prv_getSpecialCE() 3374 if(!isPrefix(CE)) { in ucol_prv_getSpecialPrevCE()
|
/external/sqlite/dist/ |
D | sqlite3.c | 81097 signed char isPrefix; /* this term is followed by "*" */ member 82471 if( !aTerm[i].isPrefix && aTerm[i].nTerm<nToken ) continue; in snippetOffsetsOfColumn() 82883 const char *pTerm, int nTerm, int isPrefix, 82909 rc = termSelect(v, iColumn, pQTerm->pTerm, pQTerm->nTerm, pQTerm->isPrefix, in docListOfTerm() 82926 pQTerm[i].isPrefix, DL_POSITIONS, &right); in docListOfTerm() 82961 t->isPrefix = 0; in queryAdd() 83064 pQuery->pTerms[pQuery->nTerms-1].isPrefix = 1; in tokenizeSegment() 83914 const char *pTerm, int nTerm, int isPrefix){ in interiorReaderTermCmp() argument 83927 if( isPrefix && n==nTerm ) return 0; in interiorReaderTermCmp() 84488 const char *pTerm, int nTerm, int isPrefix){ in leafReaderTermCmp() argument [all …]
|