HomeSort by relevance Sort by last modified time
    Searched refs:b1Stack (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 134 uint32_t b1Stack[MAX_LABEL_BUFFER_SIZE];
136 uint32_t* b1 = b1Stack;
190 if(b1Stack != b1){
204 char b1Stack[MAX_LABEL_BUFFER_SIZE];
205 char* b1 = b1Stack;
233 if(b1Stack != b1){
259 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE];
261 UChar *b1 = b1Stack, *b2 = b2Stack;
400 if(b1 != b1Stack){
431 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE], b3Stack[MAX_LABEL_BUFFER_SIZE]
    [all...]
  /external/icu/icu4c/source/common/
uidna.cpp 205 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE];
207 UChar *b1 = b1Stack, *b2 = b2Stack;
258 if(b1 != b1Stack){
384 if(b1 != b1Stack){
409 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE], b3Stack[MAX_LABEL_BUFFER_SIZE];
412 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack;
583 if(b1 != b1Stack && b1!=src){
871 UChar b1Stack[MAX_IDN_BUFFER_SIZE], b2Stack[MAX_IDN_BUFFER_SIZE];
872 UChar *b1 = b1Stack, *b2 = b2Stack;
911 if(b1 != b1Stack){
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 48 UChar b1Stack[NFS4_MAX_BUFFER_SIZE],
53 UChar *b1 = b1Stack, *b2 = b2Stack;
124 if(b1!=b1Stack){
spreptst.c 299 UChar b1Stack[MAX_BUFFER_SIZE];
304 UChar* b1 = b1Stack;

Completed in 68 milliseconds