Searched refs:isPrefix (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsrmbcs.cpp148 static int32_t isPrefix(const uint8_t *testPrefix, const uint8_t *base, const uint8_t *baseLimit) { function
225 int32_t prefixLen = isPrefix(keyStrings[keyIndex], &det->fRawInput[iter.index], &det->fRawInput[det->fRawLength]);
H A Ddecimfmt.cpp.fixed1649 * @param isPrefix
1659 UBool isPrefix,
1662 if (isPrefix) {
1671 if (isPrefix) {
2587 * @param isPrefix
2590 UBool isNegative, UBool isPrefix) const {
2593 if (isPrefix) {
2605 if (isPrefix) {
H A Ddecimfmt.cpp2791 * @param isPrefix
2804 UBool isPrefix,
2820 if (isPrefix) {
2828 if (isPrefix) {
4036 * @param isPrefix
4040 UBool isNegative, UBool isPrefix) const {
4045 if (isPrefix) {
4068 if (isPrefix) {
4076 if (isPrefix) {
2801 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool currencyParsing, int8_t type, UChar* currency) const argument
H A Ducol_imp.h645 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG)) macro
H A Ducol_elm.cpp912 if(!isPrefix(CE)) {
1097 if(!isPrefix(element->mapCE)) { // we cannot reenter prefix elements - as we are going to create a dead loop
H A Ducol_bld.cpp1235 if (!needToAdd && isPrefix(tailoredCE) && *(conts+1)==0) {
H A Ducol.cpp2817 if(!isPrefix(CE)) {
3505 if(!isPrefix(CE)) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h2085 UBool isPrefix,
2134 UBool isPrefix) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c304 BOOL isPrefix = TRUE; local
314 while (isPrefix) {
387 isPrefix = FALSE;
391 if (isPrefix)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1289 bool isPrefix = local
1300 if (getLexer().isNot(AsmToken::EndOfStatement) && !isPrefix) {
1338 else if (isPrefix && getLexer().is(AsmToken::Slash))
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c114309 int isPrefix; /* True if token ends with a "*" character */ member in struct:Fts3PhraseToken
116556 fts3SegReaderCursor( Fts3Table *p, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
116627 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
116685 fts3TermSegReaderCursor( Fts3Cursor *pCsr, const char *zTerm, int nTerm, int isPrefix, Fts3MultiSegReader **ppSegcsr ) argument
124742 int isPrefix = (pCsr->pFilter->flags & FTS3_SEGMENT_PREFIX); local
[all...]

Completed in 333 milliseconds