mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
ICU: Update to version 72.1
This commit is contained in:
parent
9ff3a43a32
commit
4e44a271f0
216 changed files with 8548 additions and 7566 deletions
4
thirdparty/icu4c/common/rbbisetb.cpp
vendored
4
thirdparty/icu4c/common/rbbisetb.cpp
vendored
|
|
@ -261,7 +261,7 @@ void RBBISetBuilder::buildRanges() {
|
|||
}
|
||||
if (inputSet->contains(bofString)) {
|
||||
addValToSet(usetNode, 2);
|
||||
fSawBOF = TRUE;
|
||||
fSawBOF = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -569,7 +569,7 @@ void RBBISetBuilder::printSets() {
|
|||
RBBI_DEBUG_printUnicodeString(usetNode->fText);
|
||||
RBBIDebugPrintf("\n");
|
||||
if (usetNode->fLeftChild != NULL) {
|
||||
RBBINode::printTree(usetNode->fLeftChild, TRUE);
|
||||
RBBINode::printTree(usetNode->fLeftChild, true);
|
||||
}
|
||||
}
|
||||
RBBIDebugPrintf("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue