1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#define FL_TREAT_AS_EQUAL 100 25#define CB_MATCH_CASE 101 26#define CB_MATCH_FULL_HALF_WIDTH 102 27#define CB_MATCH_HIRAGANA_KATAKANA 103 28#define CB_MATCH_CONTRACTIONS 104 29#define CB_MATCH_MINUS_DASH_CHOON 105 30#define CB_MATCH_REPEAT_CHAR_MARKS 106 31#define CB_MATCH_VARIANT_FORM_KANJI 107 32#define CB_MATCH_OLD_KANA_FORMS 108 33#define CB_MATCH_DIZI_DUZU 109 34#define CB_MATCH_BAVA_HAFA 110 35#define CB_MATCH_TSITHICHI_DHIZI 111 36#define CB_MATCH_HYUFYU_BYUVYU 112 37#define CB_MATCH_SESHE_ZEJE 113 38#define CB_MATCH_IAIYA 114 39#define CB_MATCH_KIKU 115 40 41#define FL_IGNORE 200 42#define CB_IGNORE_PUNCTUATION 201 43#define CB_IGNORE_WHITESPACES 202 44#define CB_MATCH_PROLONGED_SOUNDMARK 203 45#define CB_IGNORE_MIDDLE_DOT 204 46 47