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

Method uc

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

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

(final byte[] token)

Source from the content-addressed store, hash-verified

1276 * @return resulting token
1277 */
1278 public static byte[] uc(final byte[] token) {
1279 return uc(token, ascii(token));
1280 }
1281
1282 /**
1283 * Converts the specified token to upper case.

Callers 15

tcMethod · 0.95
consumeMethod · 0.80
doctypeMethod · 0.80
pragmaMethod · 0.80
itemMethod · 0.80
itemMethod · 0.80
wordMethod · 0.80
zeroesMethod · 0.80
formatDateMethod · 0.80
formatIntMethod · 0.80
wordMethod · 0.80
wordMethod · 0.80

Calls 3

asciiMethod · 0.95
tokenMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected