Home
last modified time | relevance | path

Searched refs:EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
DBase64.java68 private final static byte EQUALS_SIGN = (byte)'='; field in Base64
408 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
414 destination[ destOffset + 2 ] = EQUALS_SIGN; in encode3to4()
415 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
732 if( source[ srcOffset + 2] == EQUALS_SIGN ) in decode4to3()
745 else if( source[ srcOffset + 3 ] == EQUALS_SIGN ) in decode4to3()
833 if( sbiCrop == EQUALS_SIGN ) in decode()
/external/icu4c/i18n/
Dvtzone.cpp35 static const UChar EQUALS_SIGN = 0x3D; /* = */ variable
408 int32_t eql = prop.indexOf(EQUALS_SIGN); in parseRRULE()
2263 writer.write(EQUALS_SIGN); in writeZonePropsByDOM()
2297 writer.write(EQUALS_SIGN); in writeZonePropsByDOW()
2412 writer.write(EQUALS_SIGN); in writeZonePropsByDOW_GEQ_DOM_sub()
2416 writer.write(EQUALS_SIGN); in writeZonePropsByDOW_GEQ_DOM_sub()
2600 writer.write(EQUALS_SIGN); in beginRRULE()
2604 writer.write(EQUALS_SIGN); in beginRRULE()
2621 writer.write(EQUALS_SIGN); in appendUNTIL()