Searched refs:dupls (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBITableBuilder.java | 1079 IntPair dupls = new IntPair(3, 0); 1082 while (findDuplicateState(dupls)) { 1084 removeState(dupls);
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlschemas.c | 840 xmlSchemaItemListPtr dupls; member 4643 if (bind->dupls && bind->dupls->nbItems) { in xmlSchemaDebugDumpIDCTable() 4644 fprintf(output, "IDC: dupls (%d):\n", bind->dupls->nbItems); in xmlSchemaDebugDumpIDCTable() 4645 for (i = 0; i < bind->dupls->nbItems; i++) { in xmlSchemaDebugDumpIDCTable() 4646 tab = bind->dupls->items[i]; in xmlSchemaDebugDumpIDCTable() 22320 if (bind->dupls != NULL) in xmlSchemaIDCFreeBinding() 22321 xmlSchemaItemListFree(bind->dupls); in xmlSchemaIDCFreeBinding() 23369 xmlSchemaPSVIIDCNodePtr *targets, *dupls; in xmlSchemaIDCFillNodeTables() local 23399 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) { in xmlSchemaIDCFillNodeTables() 23400 dupls = (xmlSchemaPSVIIDCNodePtr *) bind->dupls->items; in xmlSchemaIDCFillNodeTables() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 1090 IntPair dupls = new IntPair(3, 0); 1093 while (findDuplicateState(dupls)) { 1095 removeState(dupls);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1250 IntPair dupls = {3, 0}; in removeDuplicateStates() local 1253 while (findDuplicateState(&dupls)) { in removeDuplicateStates() 1255 removeState(dupls); in removeDuplicateStates()
|
/third_party/libxml2/ |
D | xmlschemas.c | 811 xmlSchemaItemListPtr dupls; member 4659 if (bind->dupls && bind->dupls->nbItems) { in xmlSchemaDebugDumpIDCTable() 4660 fprintf(output, "IDC: dupls (%d):\n", bind->dupls->nbItems); in xmlSchemaDebugDumpIDCTable() 4661 for (i = 0; i < bind->dupls->nbItems; i++) { in xmlSchemaDebugDumpIDCTable() 4662 tab = bind->dupls->items[i]; in xmlSchemaDebugDumpIDCTable() 22393 if (bind->dupls != NULL) in xmlSchemaIDCFreeBinding() 22394 xmlSchemaItemListFree(bind->dupls); in xmlSchemaIDCFreeBinding() 23508 xmlSchemaPSVIIDCNodePtr *targets, *dupls; in xmlSchemaIDCFillNodeTables() local 23540 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) { in xmlSchemaIDCFillNodeTables() 23541 dupls = (xmlSchemaPSVIIDCNodePtr *) bind->dupls->items; in xmlSchemaIDCFillNodeTables() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 1318 IntPair dupls = {3, 0}; in removeDuplicateStates() local 1321 while (findDuplicateState(&dupls)) { in removeDuplicateStates() 1323 removeState(dupls); in removeDuplicateStates()
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 1312 IntPair dupls = {3, 0}; in removeDuplicateStates() local 1315 while (findDuplicateState(&dupls)) { in removeDuplicateStates() 1317 removeState(dupls); in removeDuplicateStates()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1312 IntPair dupls = {3, 0}; in removeDuplicateStates() local 1315 while (findDuplicateState(&dupls)) { in removeDuplicateStates() 1317 removeState(dupls); in removeDuplicateStates()
|