MCPcopy Create free account
hub / github.com/BaseXdb/basex / lc

Method lc

basex-core/src/main/java/org/basex/util/Token.java:1329–1331  ·  view source on GitHub ↗

Converts the specified token to lower case. @param token token to be converted @return resulting token

(final byte[] token)

Source from the content-addressed store, hash-verified

1327 * @return resulting token
1328 */
1329 public static byte[] lc(final byte[] token) {
1330 return lc(token, ascii(token));
1331 }
1332
1333 /**
1334 * Converts the specified token to lower case.

Callers 15

similarErrorMethod · 0.95
keyMethod · 0.95
filterContentMethod · 0.95
TokenClass · 0.95
tcMethod · 0.95
run0Method · 0.45
sizeToLongMethod · 0.45
attributeMethod · 0.45
startOpenMethod · 0.45
finishEmptyMethod · 0.45
containsMethod · 0.45
skipElementMethod · 0.45

Calls 3

asciiMethod · 0.95
tokenMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected