Home
last modified time | relevance | path

Searched defs:bcp (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) argument
96 static char encode_basic(punycode_uint bcp, int flag) in encode_basic()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java96 private static boolean flagged(int bcp){ in flagged()
106 private static char encode_basic(int bcp, int flag) in encode_basic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java99 private static boolean flagged(int bcp){ in flagged()
109 private static char encode_basic(int bcp, int flag) in encode_basic()
/third_party/libcoap/src/
Dcoap_tinydtls.c960 char *bcp = str ? strstr((const char*)str, begstr) : NULL; in pem_decode_mem_asn1() local