Searched refs:fDtran (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 50 int[] fDtran; // Transitions out of this state. field in RBBITableBuilder.RBBIStateDescriptor 58 fDtran = new int[maxInputSymbol+1]; // fDtran needs to be pre-sized. in RBBIStateDescriptor() 613 T.fDtran[a] = ux; in buildStateTable() 917 table_base = sd.fDtran[categories.first]; in findDuplCharClassFrom() 918 table_dupl = sd.fDtran[categories.second]; in findDuplCharClassFrom() 939 assert(column < sd.fDtran.length); 940 int[] newArray = Arrays.copyOf(sd.fDtran, sd.fDtran.length - 1); 941 System.arraycopy(sd.fDtran, column+1, newArray, column, newArray.length - column); 942 sd.fDtran = newArray; 971 int firstVal = firstSD.fDtran[col]; [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBITableBuilder.java | 51 int[] fDtran; // Transitions out of this state. field in RBBITableBuilder.RBBIStateDescriptor 59 fDtran = new int[maxInputSymbol+1]; // fDtran needs to be pre-sized. in RBBIStateDescriptor() 606 T.fDtran[a] = ux; in buildStateTable() 906 table_base = sd.fDtran[categories.first]; in findDuplCharClassFrom() 907 table_dupl = sd.fDtran[categories.second]; in findDuplCharClassFrom() 928 assert(column < sd.fDtran.length); in removeColumn() 929 int[] newArray = Arrays.copyOf(sd.fDtran, sd.fDtran.length - 1); in removeColumn() 930 System.arraycopy(sd.fDtran, column+1, newArray, column, newArray.length - column); in removeColumn() 931 sd.fDtran = newArray; in removeColumn() 960 int firstVal = firstSD.fDtran[col]; [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 678 T->fDtran->setElementAt(ux, a); in buildStateTable() 1155 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom() 1156 table_dupl = (uint16_t)sd->fDtran->elementAti(categories->second); in findDuplCharClassFrom() 1177 U_ASSERT(column < sd->fDtran->size()); in removeColumn() 1178 sd->fDtran->removeElementAt(column); in removeColumn() 1200 int32_t firstVal = firstSD->fDtran->elementAti(col); in findDuplicateState() 1201 int32_t duplVal = duplSD->fDtran->elementAti(col); in findDuplicateState() 1261 int32_t existingVal = sd->fDtran->elementAti(col); in removeState() 1268 sd->fDtran->setElementAt(newVal, col); in removeState() 1401 U_ASSERT (sd->fDtran->elementAti(col) <= kMaxStateFor8BitsTable); in exportTable() [all …]
|
D | rbbitblb.h | 213 UVector32 *fDtran; // Transitions out of this state. variable
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 693 T->fDtran->setElementAt(ux, a); in buildStateTable() 1170 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom() 1171 table_dupl = (uint16_t)sd->fDtran->elementAti(categories->second); in findDuplCharClassFrom() 1192 U_ASSERT(column < sd->fDtran->size()); in removeColumn() 1193 sd->fDtran->removeElementAt(column); in removeColumn() 1215 int32_t firstVal = firstSD->fDtran->elementAti(col); in findDuplicateState() 1216 int32_t duplVal = duplSD->fDtran->elementAti(col); in findDuplicateState() 1276 int32_t existingVal = sd->fDtran->elementAti(col); in removeState() 1283 sd->fDtran->setElementAt(newVal, col); in removeState() 1416 U_ASSERT (sd->fDtran->elementAti(col) <= kMaxStateFor8BitsTable); in exportTable() [all …]
|
D | rbbitblb.h | 213 UVector32 *fDtran; // Transitions out of this state. variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 692 T->fDtran->setElementAt(ux, a); in buildStateTable() 1164 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom() 1165 table_dupl = (uint16_t)sd->fDtran->elementAti(categories->second); in findDuplCharClassFrom() 1186 U_ASSERT(column < sd->fDtran->size()); in removeColumn() 1187 sd->fDtran->removeElementAt(column); in removeColumn() 1209 int32_t firstVal = firstSD->fDtran->elementAti(col); in findDuplicateState() 1210 int32_t duplVal = duplSD->fDtran->elementAti(col); in findDuplicateState() 1270 int32_t existingVal = sd->fDtran->elementAti(col); in removeState() 1277 sd->fDtran->setElementAt(newVal, col); in removeState() 1410 U_ASSERT (sd->fDtran->elementAti(col) <= kMaxStateFor8BitsTable); in exportTable() [all …]
|
D | rbbitblb.h | 213 UVector32 *fDtran; // Transitions out of this state. variable
|